summaryrefslogtreecommitdiffstats
path: root/src/lib/log/Makefile.am
diff options
context:
space:
mode:
authorAndrei Pavel <andrei.pavel@qualitance.com>2016-12-15 16:49:43 +0100
committerAndrei Pavel <andrei.pavel@qualitance.com>2016-12-15 16:49:43 +0100
commit95cb92be17c2d53de55fbe3f0b07a4aa093f9491 (patch)
treeba123fd2c4822b285857effd046e864ca7934fec /src/lib/log/Makefile.am
parentAdded #include <config.h> to all .cc files. (diff)
downloadkea-95cb92be17c2d53de55fbe3f0b07a4aa093f9491.tar.xz
kea-95cb92be17c2d53de55fbe3f0b07a4aa093f9491.zip
Added KEA_CXXFLAGS to all components
In order to compile all libraries with the same compiler flags.
Diffstat (limited to '')
-rw-r--r--src/lib/log/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/log/Makefile.am b/src/lib/log/Makefile.am
index ebf531c0ad..6b038dcb9a 100644
--- a/src/lib/log/Makefile.am
+++ b/src/lib/log/Makefile.am
@@ -4,6 +4,8 @@ AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CPPFLAGS += -DTOP_BUILDDIR=\"$(abs_top_builddir)\"
+AM_CXXFLAGS = $(KEA_CXXFLAGS)
+
CLEANFILES = *.gcno *.gcda
lib_LTLIBRARIES = libkea-log.la