chiark / gitweb /
sd-dhcp6-client: fix off-by-two error in DUID length
[elogind.git] / Makefile.am
index 3f1ace0d6c3ca651a439d57d913957fce5893ad4..ea4da0b3d18b63dcbd3cb0e50c73622c394f7e56 100644 (file)
@@ -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