summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-04-14 16:25:06 +0200
committerTom Gundersen <teg@jklm.no>2015-04-16 16:47:23 +0100
commitc32eb440bab953a0169cd207dfef5cad16dfb340 (patch)
treeb6a709e869d352fb72740b24e224883015c28760 /Makefile.am
parent96df036fe3d25525a44f5efdb2fc8560e82e6cfd (diff)
libudev: make libudev-enumerate a thin wrapper around sd-device
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 837fd36381..68d8252b84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3976,8 +3976,8 @@ test_libudev_SOURCES = \
test_libudev_LDADD = \
libsystemd-label.la \
libudev-internal.la \
- libsystemd-shared.la \
- libsystemd-internal.la
+ libsystemd-internal.la \
+ libsystemd-shared.la
test_udev_SOURCES = \
src/test/test-udev.c