mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-19 09:00:49 +02:00
dbus: remove export_symbols_internal, it will always be empty
The whole point of libdbus-internal.la is that it exports all its symbols.
This commit is contained in:
parent
c368b36901
commit
7063cb168e
1 changed files with 0 additions and 6 deletions
|
|
@ -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 =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue