summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-05-02 05:29:03 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-05-02 05:29:03 +0000
commitdc81b746cf1305802b07f367a44e518d9036a2d6 (patch)
tree079328ba4b24bee0c7dc90b022f5d7b3529c62d7 /src/Makefile_insert
parentr11569@tres: ted | 2006-04-29 08:55:02 -0700 (diff)
downloadinkscape-dc81b746cf1305802b07f367a44e518d9036a2d6.tar.gz
inkscape-dc81b746cf1305802b07f367a44e518d9036a2d6.zip
(bzr r690)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 531882f8d..18f6b7b03 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -319,6 +319,18 @@ inkscape_LDFLAGS = --export-dynamic $(kdeldflags)
inkview_SOURCES = inkview.cpp $(win32_sources)
inkview_LDADD = $(all_libs)
+mod360_test_SOURCES = mod360-test.cpp
+mod360_test_LDADD = libinkpre.a -lglib-2.0
+
+round_test_SOURCES = round-test.cpp
+round_test_LDADD = libinkpost.a
+
+sp_gradient_test_SOURCES = sp-gradient-test.cpp
+sp_gradient_test_LDADD = $(all_libs)
+
+sp_style_elem_test_SOURCES = sp-style-elem-test.cpp
+sp_style_elem_test_LDADD = $(all_libs)
+
style_test_SOURCES = style-test.cpp
style_test_LDADD = $(all_libs)
@@ -330,9 +342,4 @@ test_all_includes = \
color-profile-test.h \
dir-util-test.h \
extract-uri-test.h \
- mod360-test.h \
- round-test.h \
- sp-gradient-test.h \
- sp-style-elem-test.h \
- style-test.h \
verbs-test.h