X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile.am;h=ea4da0b3d18b63dcbd3cb0e50c73622c394f7e56;hb=f089257d7b573dcff409a5fb0b140fa5c6e4ca84;hp=3f1ace0d6c3ca651a439d57d913957fce5893ad4;hpb=5d20fde4a5c4dff4d7c737b545fbd13582d544c1;p=thirdparty%2Fsystemd.git diff --git a/Makefile.am b/Makefile.am index 3f1ace0d6c3..ea4da0b3d18 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 \ @@ -1625,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