mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +00:00
build-sys: add libkmod flags for test_rtnl_manual
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
f2f426ddcf
commit
7c4e5e4db8
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user