]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2853] Use our regular CXXFLAGS when compiling Python bindings
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 6 Jun 2013 19:44:42 +0000 (01:14 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Jun 2013 19:44:42 +0000 (01:14 +0530)
src/lib/python/isc/datasrc/Makefile.am

index 36f17fd41be564703a301368a1de516dff67db74..7643d3bf8e5c25f443a88d9ea9b113859ee52412 100644 (file)
@@ -10,6 +10,7 @@ python_PYTHON = __init__.py sqlite3_ds.py
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)
 AM_CPPFLAGS += $(SQLITE_CFLAGS)
+AM_CXXFLAGS = $(B10_CXXFLAGS)
 
 python_LTLIBRARIES = datasrc.la
 datasrc_la_SOURCES = datasrc.cc datasrc.h