summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-13 14:38:02 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-13 14:38:02 +0100
commit7e2270246b0906675c8f34bc278b1608b969e65c (patch)
tree5c338eafa0adb55c2d1883a92f5fd8e561204a68 /Makefile.am
parentb88eb17a7a9aad8287df275c46c1d09b1aee09fd (diff)
nspawn: check with udev before we take possession of an interface
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 713a3aad93..61d678f7d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1849,6 +1849,7 @@ systemd_nspawn_LDADD = \
libsystemd-capability.la \
libsystemd-internal.la \
libsystemd-daemon-internal.la \
+ libudev-internal.la \
libsystemd-shared.la
# ------------------------------------------------------------------------------