diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-13 19:25:30 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-13 19:25:30 +0000 |
| commit | af7a01bc898f7c27e2eab95c98c97c8a80aaecef (patch) | |
| tree | 3d70c1bf3279ec7e468c8c98b90567cf96023a6c /src/ui/dialog/Makefile_insert | |
| parent | Try harder to fix the tablet configuration problem (diff) | |
| download | inkscape-af7a01bc898f7c27e2eab95c98c97c8a80aaecef.tar.gz inkscape-af7a01bc898f7c27e2eab95c98c97c8a80aaecef.zip | |
Splitting the color swatch class to be separate for easier work.
(bzr r9184)
Diffstat (limited to 'src/ui/dialog/Makefile_insert')
| -rw-r--r-- | src/ui/dialog/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/Makefile_insert b/src/ui/dialog/Makefile_insert index 76cdd3517..033bec875 100644 --- a/src/ui/dialog/Makefile_insert +++ b/src/ui/dialog/Makefile_insert @@ -18,6 +18,8 @@ ink_common_sources += \ ui/dialog/behavior.h \ ui/dialog/calligraphic-profile-rename.h \ ui/dialog/calligraphic-profile-rename.cpp \ + ui/dialog/color-item.cpp \ + ui/dialog/color-item.h \ ui/dialog/debug.cpp \ ui/dialog/debug.h \ ui/dialog/dialog.cpp \ |
