summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
committerWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
commitae7d4c501d5f7883b66fb796a1aab971a092988b (patch)
tree5ce0c4b8dfb01747f6496d7a68421303f157be27 /src
parent631c246025f40f79da940c2f13323d75182053e1 (diff)
downloadsdeventplus-ae7d4c501d5f7883b66fb796a1aab971a092988b.tar.gz
sdeventplus-ae7d4c501d5f7883b66fb796a1aab971a092988b.zip
makefile: Clean up compiler flags
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c48eeb..f006891 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,12 +1,8 @@
-AM_CPPFLAGS = $(SYSTEMD_CFLAGS) $(CODE_COVERAGE_CPPFLAGS)
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
-AM_CXXFLAGS = $(CODE_COVERAGE_CXXFLAGS)
-
nobase_include_HEADERS =
pkgconfig_DATA = sdeventplus.pc
lib_LTLIBRARIES = libsdeventplus.la
libsdeventplus_la_SOURCES =
-libsdeventplus_la_LIBADD = $(SYSTEMD_LIBS) $(CODE_COVERAGE_LIBS)
+libsdeventplus_la_LIBADD = $(COMMON_LIBS)
nobase_include_HEADERS += sdeventplus/event.hpp
libsdeventplus_la_SOURCES += sdeventplus/event.cpp
OpenPOWER on IntegriCloud