diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-09-19 23:04:33 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-09-19 23:04:33 +0000 |
| commit | 4feae3a8c25f028a912c8b4e82dcdf94f5ceea1b (patch) | |
| tree | 3887b9003994ae0d086176d2bac0260a717e38e0 /src/Makefile.am | |
| parent | Fix assertion failure on Ctrl+C (diff) | |
| download | inkscape-4feae3a8c25f028a912c8b4e82dcdf94f5ceea1b.tar.gz inkscape-4feae3a8c25f028a912c8b4e82dcdf94f5ceea1b.zip | |
Fix make check after merge of cppify branch
(bzr r12549)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a0c240252..a0c857aa3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -267,7 +267,8 @@ TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests XFAIL_TESTS = $(check_PROGRAMS) # including the the testsuites here ensures that they get distributed -cxxtests_SOURCES = cxxtests.cpp $(CXXTEST_TESTSUITES) +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) |
