From abdb18855f7981fb740f8db89f2356c572dab484 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 26 Jan 2012 16:46:37 +0100 Subject: ippool: Add IP pool layer This is based on Guillaume Zajac intial IP pool patches. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a046902a..4bb85cf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,8 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ src/storage.c src/dbus.c src/config.c \ src/technology.c src/counter.c src/ntp.c \ src/session.c src/tethering.c src/wpad.c src/wispr.c \ - src/stats.c src/iptables.c src/dnsproxy.c src/6to4.c + src/stats.c src/iptables.c src/dnsproxy.c src/6to4.c \ + src/ippool.c src_connmand_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ \ @CAPNG_LIBS@ @XTABLES_LIBS@ -lresolv -ldl -- cgit v1.2.3