diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-07-09 19:34:33 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-07-09 19:34:33 +0000 |
| commit | c56584bdf7c95b528d1b8016a0b4009f8b829dab (patch) | |
| tree | 99281af2f9ffe8b513adc61703991a7f3c66d2be /src | |
| parent | Revert wrong changes and apply right fixes from prev-commit (diff) | |
| download | inkscape-c56584bdf7c95b528d1b8016a0b4009f8b829dab.tar.gz inkscape-c56584bdf7c95b528d1b8016a0b4009f8b829dab.zip | |
Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a make dist) by Ryan Lerch.
Fixed bugs:
- https://launchpad.net/bugs/1185132
(bzr r12410)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 023d640ca..88f809b52 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -21,6 +21,7 @@ ink_common_sources += \ color-profile.cpp color-profile.h \ color-profile-cms-fns.h \ color-rgba.h \ + colorspace.h \ common-context.cpp common-context.h \ composite-undo-stack-observer.cpp \ composite-undo-stack-observer.h \ |
