summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-21 23:23:20 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-21 23:23:20 -0700
commit1dd6c7717e308adbcac91bd77ac0893e39d9a411 (patch)
treeef40c1023fe0bf88bc640a121b7c67dbdc183022 /Makefile.am
parent85b59718d6cb109b5e3900715ea8d42f5eed5341 (diff)
downloadconnman-1dd6c7717e308adbcac91bd77ac0893e39d9a411.tar.gz
connman-1dd6c7717e308adbcac91bd77ac0893e39d9a411.tar.bz2
connman-1dd6c7717e308adbcac91bd77ac0893e39d9a411.zip
Export the DHCP library functions for plugins
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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:" > $@