From ae7d4c501d5f7883b66fb796a1aab971a092988b Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 17 Jul 2018 14:40:14 -0700 Subject: makefile: Clean up compiler flags --- example/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'example') 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) -- cgit v1.2.3