diff options
author | Francis Dupont <fdupont@isc.org> | 2016-07-02 11:00:26 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-07-02 11:00:26 +0200 |
commit | 85c17ea952115ab8c5efd6c199afc039ba17e910 (patch) | |
tree | 2ebdc24892b3afc185d658a2511234093e0b54b0 /src/lib/util/Makefile.am | |
parent | [4283] Updated INSTALL file to explicitly mention dependencies. (diff) | |
download | kea-85c17ea952115ab8c5efd6c199afc039ba17e910.tar.xz kea-85c17ea952115ab8c5efd6c199afc039ba17e910.zip |
[4283] Moved clang and missing initializer -Wno-* to improved/fixed configure
Diffstat (limited to '')
-rw-r--r-- | src/lib/util/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index 61817770ff..b6ba4a095a 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -4,13 +4,8 @@ SUBDIRS = . io unittests tests python threads AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib AM_CPPFLAGS += $(BOOST_INCLUDES) - AM_CXXFLAGS = $(KEA_CXXFLAGS) -if USE_CLANGPP -AM_CXXFLAGS += -Wno-unused-parameter -endif - lib_LTLIBRARIES = libkea-util.la libkea_util_la_SOURCES = boost_time_utils.h boost_time_utils.cc libkea_util_la_SOURCES += csv_file.h csv_file.cc |