Export the DHCP library functions for plugins
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 22 Jul 2010 06:23:20 +0000 (23:23 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 22 Jul 2010 06:23:20 +0000 (23:23 -0700)
Makefile.am

index f3c21b6..42bb9e7 100644 (file)
@@ -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:" > $@