diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-06 23:51:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-06 23:51:52 +0100 |
commit | 2c4b304e64ca674e1a79a7e5c83a996a03611a17 (patch) | |
tree | 9a02b0dd8bb46fa3025b993ddc0ab048dfeab705 /Makefile.am | |
parent | 1640944a847249d3f5f0fb0d5a5f820a82efaed0 (diff) |
specifier: at minimal test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fa704ae8b4..3c10167c63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -632,7 +632,9 @@ test_env_replace_LDADD = \ libsystemd-basic.la test_strv_SOURCES = \ - src/test-strv.c + src/test-strv.c \ + src/specifier.c \ + src/specifier.h test_strv_CFLAGS = \ $(AM_CFLAGS) |