summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-21 15:46:56 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-09-21 23:08:57 +0300
commit534be7a9c3af97172869da2baac23ae019fd69a5 (patch)
tree20f418b5faecd86f3ccf4cb168b634d944c267a0 /configure.ac
parentce86aba22dc3a2b346cfa8d93d3b343523dd4445 (diff)
downloadbluez-534be7a9c3af97172869da2baac23ae019fd69a5.tar.gz
Simplify linker script
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6fda7fed7..08f487786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,5 +65,5 @@ if (test "${enable_netlink}" = "yes"); then
fi
AM_CONDITIONAL(NETLINK, test "${enable_netlink}" = "yes")
-AC_OUTPUT(Makefile scripts/bluetooth.rules doc/version.xml
+AC_OUTPUT(Makefile scripts/bluetooth.rules doc/version.xml src/bluetooth.ver
src/bluetoothd.8 bluez.pc)