From 1dd6c7717e308adbcac91bd77ac0893e39d9a411 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2010 23:23:20 -0700 Subject: Export the DHCP library functions for plugins --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f3c21b63..42bb9e70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,7 +213,7 @@ src/builtin.h: src/genbuiltin $(builtin_sources) src/connman.exp: $(src_connmand_OBJECTS) $(AM_V_GEN)$(NM) $^ | $(AWK) '{ print $$3 }' | sort -u | \ - $(EGREP) -e '^connman_' -e '^g_dbus_' > $@ + $(EGREP) -e '^connman_' -e '^g_dbus_' -e '^g_dhcp_' > $@ src/connman.ver: src/connman.exp $(AM_V_at)echo "{ global:" > $@ -- cgit v1.2.3