summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-05-02 05:49:17 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-05-02 05:49:17 +0000
commitc0f13f760674b431f30b5ff17469030c5fa5a8d4 (patch)
tree6286959e37edefe5122a963efe6f8f66fdd67bcc /src/Makefile_insert
parentr11623@tres: ted | 2006-05-01 22:17:40 -0700 (diff)
downloadinkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.tar.gz
inkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.zip
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 18f6b7b03..531882f8d 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -319,18 +319,6 @@ 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)
@@ -342,4 +330,9 @@ 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