mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
build: Add initial build support
The client test program is the only one to be built so far.
This commit is contained in:
parent
be391925d5
commit
b5d01d174c
13
Makefile.am
13
Makefile.am
@ -3846,6 +3846,19 @@ lib_LTLIBRARIES += \
|
|||||||
libnss_myhostname.la
|
libnss_myhostname.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
test_dhcp_client_SOURCES = \
|
||||||
|
src/libsystemd-dhcp/protocol.h \
|
||||||
|
src/systemd/sd-dhcp-client.h \
|
||||||
|
src/libsystemd-dhcp/dhcp-client.c \
|
||||||
|
src/libsystemd-dhcp/test-dhcp-client.c
|
||||||
|
|
||||||
|
test_dhcp_client_LDADD = \
|
||||||
|
libsystemd-shared.la
|
||||||
|
|
||||||
|
tests += \
|
||||||
|
test-dhcp-client
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
if ENABLE_MACHINED
|
if ENABLE_MACHINED
|
||||||
systemd_machined_SOURCES = \
|
systemd_machined_SOURCES = \
|
||||||
|
1
src/libsystemd-dhcp/Makefile
Symbolic link
1
src/libsystemd-dhcp/Makefile
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../Makefile
|
Loading…
Reference in New Issue
Block a user