From 947c603d03e65b8343fb83a06b81fd52702081e7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Dec 2008 19:50:53 +0100 Subject: [PATCH] Remove linkage of unused functions --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index c4af117..88a2d78 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -21,7 +21,7 @@ dhclient_la_SOURCES = dhclient.c inet.h inet.c dhclient_la_CFLAGS = @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -DDHCLIENT=\"@DHCLIENT@\" \ -DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\" -ipv4_la_SOURCES = ipv4.c inet.h inet.c +ipv4_la_SOURCES = ipv4.c resolvconf_la_SOURCES = resolvconf.c -- 2.7.4