summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 04e33c471..087a727de 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,6 +40,7 @@ noinst_LIBRARIES = \
all_libs = \
$(noinst_LIBRARIES) \
$(INKSCAPE_LIBS) \
+ $(INKSCAPE_CXX_DEPS_LIBS) \
$(EXIF_LIBS) \
$(GNOME_VFS_LIBS) \
$(XFT_LIBS) \
@@ -65,6 +66,10 @@ BUILT_SOURCES =
# Extra files to distribute
EXTRA_DIST =
+# C++-specific flags defined here
+AM_CXXFLAGS = \
+ $(INKSCAPE_CXX_DEPS_CFLAGS)
+
AM_CPPFLAGS = \
-I$(top_srcdir)/cxxtest \
-I$(builddir)/extension/dbus \
@@ -259,9 +264,7 @@ check-local:
# the XFAIL_TESTS build target should be removed.
# See the following Launchpad bugs:
#
-# LP #1202271 <cxxtest: preferences-test.h fails>
# LP #1208013 <cxxtest: curve-test.h fails>
-# LP #1208002 <cxxtest: svg-length-test.h fails>
# LP #1208005 <cxxtest: svg-path-geom-test.h fails>
# LP #1207502 <cxxtest: svg-affine-test.h fails>