summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-14 16:56:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:06:48 +0100
commit7063cb168ec3f9286fd51ac47bee99ebf78ead31 (patch)
tree197fc552d29779071ac57eef1957e19e20c00f51
parentc368b36901b3b37e6208a48dbcae641a6bef51f6 (diff)
downloaddbus-7063cb168ec3f9286fd51ac47bee99ebf78ead31.tar.gz
dbus: remove export_symbols_internal, it will always be empty
The whole point of libdbus-internal.la is that it exports all its symbols.
-rw-r--r--dbus/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 1af00b82..8ae07ebd 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -29,7 +29,6 @@ dbus_res = versioninfo.o
dbus_res_ldflag = -Wl,$(dbus_res)
no_undefined = -no-undefined
export_symbols =
-export_symvols_internal =
libdbus_1_la_DEPENDENCIES = $(dbus_res)
intllibs =
@@ -41,7 +40,6 @@ no_undefined =
## don't export symbols that start with "_" (we use this
## convention for internal symbols)
export_symbols = -export-symbols-regex "^[^_].*"
-export_symbols_internal =
intllibs = @LTLIBINTL@
@@ -271,10 +269,6 @@ libdbus_1_la_LDFLAGS = \
libdbus_internal_la_CPPFLAGS = -DDBUS_STATIC_BUILD
libdbus_internal_la_LIBADD=$(DBUS_CLIENT_LIBS)
-libdbus_internal_la_LDFLAGS = \
- $(AM_LDFLAGS) \
- $(export_symbols_internal) \
- $(NULL)
noinst_PROGRAMS =