diff options
author | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-15 16:49:43 +0100 |
---|---|---|
committer | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-15 16:49:43 +0100 |
commit | 95cb92be17c2d53de55fbe3f0b07a4aa093f9491 (patch) | |
tree | ba123fd2c4822b285857effd046e864ca7934fec /src/lib/log/Makefile.am | |
parent | Added #include <config.h> to all .cc files. (diff) | |
download | kea-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.am | 2 |
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 |