mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 17:18:27 +02:00
2002-12-28 Kristian Rietveld <kris@gtk.org>
* dbus/Makefile.am: fixup export-symbols-regex.
This commit is contained in:
parent
e36ea3b285
commit
ebd603e725
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2002-12-28 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* dbus/Makefile.am: fixup export-symbols-regex.
|
||||
|
||||
2002-12-27 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* acinclude.m4: Add this file and put the
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ libdbus_convenience_la_SOURCES= \
|
|||
libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la
|
||||
## don't export symbols that start with "_" (we use this
|
||||
## convention for internal symbols)
|
||||
libdbus_1_la_LDFLAGS= -export-symbols-regex "^[[^_]].*"
|
||||
libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
|
||||
|
||||
if DBUS_BUILD_TESTS
|
||||
noinst_PROGRAMS=dbus-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue