From 2c5417ade0d137f811e4fcc1b099f963e6d5a820 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 15 Nov 2012 14:48:12 +0100 Subject: tests: add tests for config_parse_exec --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e3b629f89e..da3885dbe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1248,6 +1248,10 @@ test_unit_name_LDADD = \ test_unit_file_SOURCES = \ src/test/test-unit-file.c +test_unit_file_CFLAGS = \ + $(AM_CFLAGS) \ + $(DBUS_CFLAGS) + test_unit_file_LDADD = \ libsystemd-core.la -- cgit v1.2.3-54-g00ecf