mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
build-sys: add libkmod flags for test_rtnl_manual
This commit is contained in:
parent
f2f426ddcf
commit
7c4e5e4db8
@ -1402,10 +1402,14 @@ test_ipcrm_LDADD = \
|
||||
test_rtnl_manual_SOURCES = \
|
||||
src/test/test-rtnl-manual.c
|
||||
|
||||
test_rtnl_manual_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
$(KMOD_CFLAGS)
|
||||
|
||||
test_rtnl_manual_LDADD = \
|
||||
libsystemd-internal.la \
|
||||
libsystemd-shared.la \
|
||||
-lkmod
|
||||
$(KMOD_LIBS)
|
||||
|
||||
test_ellipsize_SOURCES = \
|
||||
src/test/test-ellipsize.c
|
||||
|
Loading…
Reference in New Issue
Block a user