diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4953d8d782..7cfa527f6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ LIBUDEV_REVISION=4 LIBUDEV_AGE=6 LIBSYSTEMD_CURRENT=10 -LIBSYSTEMD_REVISION=0 +LIBSYSTEMD_REVISION=1 LIBSYSTEMD_AGE=10 # The following four libraries only exist for compatibility reasons, @@ -1437,6 +1437,8 @@ tests += \ test-cap-list \ test-sigbus \ test-verbs \ + test-af-list \ + test-arphrd-list \ test-dns-domain EXTRA_DIST += \ @@ -2047,6 +2049,18 @@ test_bus_policy_LDADD = \ libbus-proxy-core.la \ libshared.la +test_af_list_SOURCES = \ + src/test/test-af-list.c + +test_af_list_LDADD = \ + libbasic.la + +test_arphrd_list_SOURCES = \ + src/test/test-arphrd-list.c + +test_arphrd_list_LDADD = \ + libbasic.la + # ------------------------------------------------------------------------------ ## .PHONY so it always rebuilds it .PHONY: coverage lcov-run lcov-report coverage-sync |