summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-03 17:32:40 +0100
committerTom Gundersen <teg@jklm.no>2014-12-11 13:54:35 +0100
commit8b516fdea74127327b0945bb50690bd70c6b6692 (patch)
tree9204eafc3a2cadb49adfd3e1a97d810b256a8a56 /Makefile.am
parent23fbe14f503c1e98292efc4ba1238adb7dc38d80 (diff)
libudev: make libudev-hwdb a wrapper around sd-hwdb
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ad67fcb7d..5c8f6a6b56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3605,7 +3605,8 @@ test_libudev_SOURCES = \
test_libudev_LDADD = \
libsystemd-label.la \
libudev-internal.la \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-internal.la
test_udev_SOURCES = \
src/test/test-udev.c