diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 10:35:00 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 10:35:00 +0000 |
| commit | 41e0cdaf25ae70d09f1283e74dd3c47d64bf0ec0 (patch) | |
| tree | 16c3134b483c95ba8379b2604163a56f09c9d058 /src/widgets/Makefile_insert | |
| parent | Minor Gtkmm improvements and mv GIMP widgets to own folder (diff) | |
| download | inkscape-41e0cdaf25ae70d09f1283e74dd3c47d64bf0ec0.tar.gz inkscape-41e0cdaf25ae70d09f1283e74dd3c47d64bf0ec0.zip | |
Fix autotools build
(bzr r15045)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 7434a5394..99a85c5b6 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -70,8 +70,12 @@ ink_common_sources += \ widgets/pencil-toolbar.h \ widgets/rect-toolbar.cpp \ widgets/rect-toolbar.h \ - widgets/ruler.cpp \ - widgets/ruler.h \ + widgets/gimp/gimpspinscale.c \ + widgets/gimp/gimpspinscale.h \ + widgets/gimp/gimpcolorwheel.c \ + widgets/gimp/gimpcolorwheel.h \ + widgets/gimp/ruler.cpp \ + widgets/gimp/ruler.h \ widgets/select-toolbar.cpp \ widgets/select-toolbar.h \ widgets/spray-toolbar.cpp \ |
