summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-20 21:58:53 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-20 21:58:53 +0000
commit5512f857e2f33f1aa40124dc82b353e5f2e5a0b0 (patch)
tree06e8810178d3d6b4c24a0a7f69c4a327b13a8038 /src/Makefile_insert
parentmerged from trunk (r12287) (diff)
downloadinkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.tar.gz
inkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.zip
Moved factories to different files.
(bzr r11608.1.100)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index b4b014a34..06e3f2d79 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -54,6 +54,7 @@ ink_common_sources += \
event-context.cpp event-context.h \
event-log.cpp event-log.h event.h \
extract-uri.cpp extract-uri.h \
+ factory.h \
file.cpp file.h \
fill-or-stroke.h \
filter-chemistry.cpp filter-chemistry.h \
@@ -140,8 +141,9 @@ ink_common_sources += \
seltrans-handles.cpp seltrans-handles.h \
shape-editor.cpp shape-editor.h \
shortcuts.cpp shortcuts.h \
+ singleton.h \
snap.cpp snap.h \
- snap-enums.h snap-candidate.h \
+ snap-enums.h snap-candidate.h \
snapped-curve.cpp snapped-curve.h \
snapped-line.cpp snapped-line.h \
snapped-point.cpp snapped-point.h \
@@ -155,7 +157,7 @@ ink_common_sources += \
sp-defs.cpp sp-defs.h \
sp-desc.cpp sp-desc.h \
sp-ellipse.cpp sp-ellipse.h \
- sp-factory.cpp sp-factory.h \
+ sp-factory.h \
sp-filter.cpp sp-filter.h number-opt-number.h \
sp-filter-primitive.cpp sp-filter-primitive.h \
sp-filter-reference.cpp sp-filter-reference.h \
@@ -240,6 +242,7 @@ ink_common_sources += \
text-context.cpp text-context.h \
text-editing.cpp text-editing.h \
text-tag-attributes.h \
+ tool-factory.h \
tools-switch.cpp tools-switch.h \
transf_mat_3x4.cpp transf_mat_3x4.h \
tweak-context.h tweak-context.cpp \