summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 27d4fb844..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 \