summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorJeff Schiller <codedread@gmail.com>2008-08-23 06:13:23 +0000
committerjeff_schiller <jeff_schiller@users.sourceforge.net>2008-08-23 06:13:23 +0000
commit7dba27edc91ec41f0ab7fa30aab75c31e97a1947 (patch)
treeff29af2d0b0b053f4464a94eff8978bbdcf13dfe /src/Makefile_insert
parentHopefully fix for the recently experienced crashes when building with -O2. I ... (diff)
downloadinkscape-7dba27edc91ec41f0ab7fa30aab75c31e97a1947.tar.gz
inkscape-7dba27edc91ec41f0ab7fa30aab75c31e97a1947.zip
Support for title and desc elements when serializing as Plain SVG.
(bzr r6709)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 876959798..2aaf3607b 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -166,6 +166,7 @@ libinkpre_a_SOURCES = \
sp-conn-end.cpp sp-conn-end.h \
sp-cursor.cpp sp-cursor.h \
sp-defs.cpp sp-defs.h \
+ sp-desc.cpp sp-desc.h \
sp-ellipse.cpp sp-ellipse.h \
sp-feblend.cpp sp-feblend.h \
sp-feblend-fns.h \
@@ -271,6 +272,7 @@ libinkpre_a_SOURCES = \
sp-switch.cpp sp-switch.h\
sp-text.cpp sp-text.h \
sp-textpath.h \
+ sp-title.cpp sp-title.h \
sp-tref-reference.cpp sp-tref-reference.h \
sp-tref.cpp sp-tref.h \
sp-tspan.cpp sp-tspan.h \