From: Marcel Holtmann Date: Sun, 21 Dec 2008 20:07:56 +0000 (+0100) Subject: Create exported symbols list after all objects are built X-Git-Tag: 0.6~186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b93f19856e9a31a7615496d90133c4f2effdb4fa;p=platform%2Fupstream%2Fconnman.git Create exported symbols list after all objects are built --- diff --git a/src/Makefile.am b/src/Makefile.am index 170e40a..018fb15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,7 @@ EXTRA_DIST = $(dbus_DATA) MAINTAINERCLEANFILES = Makefile.in -connman.exp: +connman.exp: $(connmand_OBJECTS) nm -B *.o | awk '{ print $$3 }' | sort -u | grep -E -e '^connman_' > $@ connman.ver: connman.exp