chiark / gitweb /
sd-dhcp6-client: fix off-by-two error in DUID length
[elogind.git] / Makefile.am
index 00465e8367ccd9caa7a07787e3a42f4928bbef9d..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 \
@@ -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