summaryrefslogtreecommitdiffstats
path: root/example
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 /example
parent631c246025f40f79da940c2f13323d75182053e1 (diff)
downloadsdeventplus-ae7d4c501d5f7883b66fb796a1aab971a092988b.tar.gz
sdeventplus-ae7d4c501d5f7883b66fb796a1aab971a092988b.zip
makefile: Clean up compiler flags
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 3fad73a..3d8e3cf 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,11 +1,5 @@
-AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src \
- $(SYSTEMD_CFLAGS) $(CODE_COVERAGE_CPPFLAGS)
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
-AM_CXXFLAGS = $(CODE_COVERAGE_CXXFLAGS)
-common_ldadd = $(top_builddir)/src/libsdeventplus.la
-
noinst_PROGRAMS =
noinst_PROGRAMS += follow
follow_SOURCES = follow.cpp
-follow_LDADD = $(common_ldadd)
+follow_LDADD = $(SDEVENTPLUS_LIBS)
OpenPOWER on IntegriCloud