From e22d8671568564ba414799f9cd80ae0781fe4a2d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 15 Oct 2008 22:34:10 +0200 Subject: [PATCH] Compile with inet.c and inet.h --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index a19236cc..d5ececbc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -24,7 +24,7 @@ resolvconf_la_SOURCES = resolvconf.c inet.h inet.c resolvfile_la_SOURCES = resolvfile.c -rtnllink_la_SOURCES = rtnllink.c +rtnllink_la_SOURCES = rtnllink.c inet.h inet.c if HAL plugin_LTLIBRARIES += hal.la -- 2.34.1