summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-12-26 20:19:12 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-12-26 20:19:12 +0000
commitbd6d862b36eff6c0026fd0c2e8a183095b4dc2cc (patch)
tree12be70cd2469bef25054d762d46f71c505231d45 /src
parentminor typos (mail to inkscape-translator) (diff)
downloadinkscape-bd6d862b36eff6c0026fd0c2e8a183095b4dc2cc.tar.gz
inkscape-bd6d862b36eff6c0026fd0c2e8a183095b4dc2cc.zip
Separate C++-specific compiler flags to avoid C warnings about C++11 compatibility
(bzr r14542)
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 \