X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=ea4da0b3d18b63dcbd3cb0e50c73622c394f7e56;hp=00465e8367ccd9caa7a07787e3a42f4928bbef9d;hb=f089257d7b573dcff409a5fb0b140fa5c6e4ca84;hpb=2b89a960604d44ea1483c0d99bfb567dab9c3aa1 diff --git a/Makefile.am b/Makefile.am index 00465e836..ea4da0b3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -746,6 +746,7 @@ libsystemd_shared_la_SOURCES = \ src/shared/securebits.h \ src/shared/special.h \ src/shared/list.h \ + src/shared/unaligned.h \ src/shared/macro.h \ src/shared/def.h \ src/shared/sparse-endian.h \ @@ -1347,6 +1348,7 @@ tests += \ test-hashmap \ test-set \ test-list \ + test-unaligned \ test-tables \ test-device-nodes \ test-xml \ @@ -1360,7 +1362,8 @@ tests += \ test-condition-util \ test-uid-range \ test-bus-policy \ - test-locale-util + test-locale-util \ + test-copy EXTRA_DIST += \ test/a.service \ @@ -1510,6 +1513,12 @@ test_locale_util_SOURCES = \ test_locale_util_LDADD = \ libsystemd-shared.la +test_copy_SOURCES = \ + src/test/test-copy.c + +test_copy_LDADD = \ + libsystemd-shared.la + test_condition_util_SOURCES = \ src/test/test-condition-util.c @@ -1618,6 +1627,12 @@ test_xml_LDADD = \ test_list_SOURCES = \ src/test/test-list.c +test_unaligned_LDADD = \ + libsystemd-core.la + +test_unaligned_SOURCES = \ + src/test/test-unaligned.c + test_list_LDADD = \ libsystemd-core.la