diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-17 23:53:59 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-17 23:54:12 +0200 |
commit | 0204152684188302e6c6232e50f30997fecb4ae3 (patch) | |
tree | 13236fa095b849b6ac4f8797d68d12476e9ddc80 /Makefile.am | |
parent | 6dcaa6f59a39dd4acc67fc2e4873c37e2ed46430 (diff) |
test-tables: fix build-scan
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2b22869284..db846ad426 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 \ |