From a6eff9e4604bdc82a376ad176f25adf6279bce36 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 12 Jan 2005 21:49:49 +0000 Subject: [PATCH] Don't install DHCP test program git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@373 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- dhcpcd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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