diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-05-08 05:21:59 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-05-08 05:21:59 +0000 |
| commit | 7572ee2641532716d219a9a11f03e87511ed0bab (patch) | |
| tree | 72c9ccfe5b54a179a32ddbf4cae9ee07f34ce90b /src/widgets/Makefile_insert | |
| parent | Fixing to use explicit enum types instead of generic guint & bool. (diff) | |
| download | inkscape-7572ee2641532716d219a9a11f03e87511ed0bab.tar.gz inkscape-7572ee2641532716d219a9a11f03e87511ed0bab.zip | |
Fix for 986446 : Refactor toolbox into tool specific files
(bzr r11346)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 255767d43..439b5c3d4 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -1,16 +1,28 @@ ## Makefile.am fragment sourced by src/Makefile.am. ink_common_sources += \ + widgets/arc-toolbar.cpp \ + widgets/arc-toolbar.h \ + widgets/box3d-toolbar.cpp \ + widgets/box3d-toolbar.h \ widgets/button.cpp \ widgets/button.h \ + widgets/calligraphy-toolbar.cpp \ + widgets/calligraphy-toolbar.h \ + widgets/connector-toolbar.cpp \ + widgets/connector-toolbar.h \ widgets/dash-selector.cpp \ widgets/dash-selector.h \ widgets/desktop-widget.cpp \ widgets/desktop-widget.h \ + widgets/dropper-toolbar.cpp \ + widgets/dropper-toolbar.h \ widgets/eek-preview.cpp \ widgets/eek-preview.h \ widgets/ege-paint-def.cpp \ widgets/ege-paint-def.h \ + widgets/erasor-toolbar.cpp \ + widgets/erasor-toolbar.h \ widgets/fill-style.cpp \ widgets/fill-style.h \ widgets/fill-n-stroke-factory.h \ @@ -26,14 +38,30 @@ ink_common_sources += \ widgets/gradient-vector.h \ widgets/icon.cpp \ widgets/icon.h \ + widgets/lpe-toolbar.cpp \ + widgets/lpe-toolbar.h \ + widgets/measure-toolbar.cpp \ + widgets/measure-toolbar.h \ + widgets/node-toolbar.cpp \ + widgets/node-toolbar.h \ widgets/paint-selector.cpp \ widgets/paint-selector.h \ + widgets/paintbucket-toolbar.cpp \ + widgets/paintbucket-toolbar.h \ + widgets/pencil-toolbar.cpp \ + widgets/pencil-toolbar.h \ + widgets/rect-toolbar.cpp \ + widgets/rect-toolbar.h \ widgets/ruler.cpp \ widgets/ruler.h \ widgets/select-toolbar.cpp \ widgets/select-toolbar.h \ widgets/shrink-wrap-button.cpp \ widgets/shrink-wrap-button.h \ + widgets/spray-toolbar.cpp \ + widgets/spray-toolbar.h \ + widgets/spiral-toolbar.cpp \ + widgets/spiral-toolbar.h \ widgets/sp-attribute-widget.cpp \ widgets/sp-attribute-widget.h \ widgets/sp-color-gtkselector.cpp \ @@ -62,14 +90,23 @@ ink_common_sources += \ widgets/sp-xmlview-content.h \ widgets/sp-xmlview-tree.cpp \ widgets/sp-xmlview-tree.h \ + widgets/star-toolbar.cpp \ + widgets/star-toolbar.h \ widgets/stroke-marker-selector.cpp \ widgets/stroke-marker-selector.h \ widgets/stroke-style.cpp \ widgets/stroke-style.h \ widgets/swatch-selector.cpp \ widgets/swatch-selector.h \ + widgets/text-toolbar.cpp \ + widgets/text-toolbar.h \ widgets/toolbox.cpp \ widgets/toolbox.h \ + widgets/tweak-toolbar.cpp \ + widgets/tweak-toolbar.h \ + widgets/widget-sizes.h \ + widgets/zoom-toolbar.cpp \ + widgets/zoom-toolbar.h \ widgets/widget-sizes.h widgets/button.$(OBJEXT): helper/sp-marshal.h |
