summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-07-17 23:53:59 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-07-17 23:54:12 +0200
commit0204152684188302e6c6232e50f30997fecb4ae3 (patch)
tree13236fa095b849b6ac4f8797d68d12476e9ddc80
parent6dcaa6f59a39dd4acc67fc2e4873c37e2ed46430 (diff)
test-tables: fix build-scan
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b2286928..db846ad42 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 \