chiark / gitweb /
unit: printf specifiers %u and %h: $USER and $HOME.
[elogind.git] / Makefile.am
index e4bd7254c3c4f8b756e3792b98479792193ecc3d..c9ea8047ad6673e4aab92b5ff404ae418ed1a713 100644 (file)
@@ -1756,22 +1756,10 @@ test_libudev_LDADD = \
        libudev.la
 
 test_udev_SOURCES = \
-       src/test/test-udev.c \
-       $(libudev_core_la_SOURCES) \
-       $(libudev_private_la_SOURCES)
-
-# The test-udev program needs everything compiled with relative path
-# names for /sys, /dev, /run prefixed, pointing to our test/ directory.
-test_udev_CFLAGS = \
-       -DTEST_PREFIX=\"test\" \
-       $(libudev_core_la_CFLAGS) \
-       $(libudev_private_la_CFLAGS)
-
-test_udev_CPPFLAGS =\
-       $(libudev_core_la_CPPFLAGS)
+       src/test/test-udev.c
 
 test_udev_LDADD = \
-       libsystemd-label.la \
+       libudev-core.la \
        libsystemd-shared.la \
        $(BLKID_LIBS) \
        $(KMOD_LIBS) \
@@ -2425,7 +2413,7 @@ noinst_PROGRAMS += \
        test-journal-stream
 
 TESTS += \
-       test-journal
+       test-journal \
        test-journal-match \
        test-journal-stream