summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-09-20 14:59:45 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-09-20 14:59:45 +0000
commit627ff49d6fb3a7e52bb1430c412eee62311b5a2c (patch)
tree62b81f59cd59d3e090d9c94cb1d90418c83d9fb9 /src/Makefile.am
parentRefactor status-bar text for multiple items, was very broken (diff)
downloadinkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.tar.gz
inkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.zip
make check: Fix harder. Remove muldefs hack and modify quote-test.h
so that the hack is not required any more. (bzr r12551)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a0c857aa3..a45a33932 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -268,7 +268,6 @@ XFAIL_TESTS = $(check_PROGRAMS)
# including the the testsuites here ensures that they get distributed
cxxtests_SOURCES = cxxtests.cpp $(CXXTEST_TESTSUITES) $(ink_common_sources) $(win32_sources)
-cxxtests_LDFLAGS = -z muldefs
cxxtests_LDADD = $(all_libs)
cxxtests.cpp: $(CXXTEST_TESTSUITES) $(CXXTEST_TEMPLATE)