[systemd-commits] Makefile.am

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Jul 17 14:54:17 PDT 2014


 Makefile.am |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 0204152684188302e6c6232e50f30997fecb4ae3
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Jul 17 23:53:59 2014 +0200

    test-tables: fix build-scan

diff --git a/Makefile.am b/Makefile.am
index 2b22869..db846ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1476,10 +1476,13 @@ test_tables_SOURCES = \
 	src/journal/journald-server.c \
 	src/journal/journald-server.h
 
+test_tables_CPPFLAGS = \
+	$(AM_CPPFLAGS) \
+	-I$(top_srcdir)/src/bus-proxyd
+
 test_tables_CFLAGS = \
 	$(AM_CFLAGS) \
-	$(SECCOMP_CFLAGS) \
-	-I$(srcdir)/src/bus-proxyd
+	$(SECCOMP_CFLAGS)
 
 test_tables_LDADD = \
 	libsystemd-logs.la \



More information about the systemd-commits mailing list