diff --git a/dhcpcd/Makefile.am b/dhcpcd/Makefile.am index bf255213d3..c87cd9c880 100644 --- a/dhcpcd/Makefile.am +++ b/dhcpcd/Makefile.am @@ -20,6 +20,6 @@ libdhcpc_a_SOURCES= \ udpipgen.c \ udpipgen.h -bin_PROGRAMS = dhcp_test +noinst_PROGRAMS = dhcp_test dhcp_test_SOURCES = dhcp_test.c dhcp_test_LDADD = libdhcpc.a