diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-03 17:32:40 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-11 13:54:35 +0100 |
commit | 8b516fdea74127327b0945bb50690bd70c6b6692 (patch) | |
tree | 9204eafc3a2cadb49adfd3e1a97d810b256a8a56 /Makefile.am | |
parent | 23fbe14f503c1e98292efc4ba1238adb7dc38d80 (diff) |
libudev: make libudev-hwdb a wrapper around sd-hwdb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |