2002-12-28 Kristian Rietveld <kris@gtk.org>

* dbus/Makefile.am: fixup export-symbols-regex.
This commit is contained in:
Kristian Rietveld 2002-12-27 21:38:13 +00:00
parent e36ea3b285
commit ebd603e725
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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