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 | |
| 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)
| -rw-r--r-- | src/ui/widget/Makefile_insert | 4 | ||||
| -rw-r--r-- | src/widgets/Makefile_insert | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/widget/Makefile_insert b/src/ui/widget/Makefile_insert index eb98e6872..b22e4bd74 100644 --- a/src/ui/widget/Makefile_insert +++ b/src/ui/widget/Makefile_insert @@ -35,10 +35,6 @@ ink_common_sources += \ ui/widget/filter-effect-chooser.cpp \ ui/widget/font-variants.h \ ui/widget/font-variants.cpp \ - ui/widget/gimpspinscale.c \ - ui/widget/gimpspinscale.h \ - ui/widget/gimpcolorwheel.c \ - ui/widget/gimpcolorwheel.h \ ui/widget/frame.cpp \ ui/widget/frame.h \ ui/widget/imageicon.cpp \ 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 \ |
