X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=9b5c49624d89692789b4d26eadbf42db3839db0a;hb=b5d01d174c5cb3d2ae49875d3bc1f233c5412120;hp=25bbcab888bff43ed8e55e66579ee18ef8a1c6eb;hpb=be391925d52bde04ea9b14f868a401d545c67af9;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 25bbcab88..9b5c49624 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3846,6 +3846,19 @@ lib_LTLIBRARIES += \ libnss_myhostname.la 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 systemd_machined_SOURCES = \