diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-12-27 21:38:13 +0000 |
---|---|---|
committer | Kristian Rietveld <kris@gtk.org> | 2002-12-27 21:38:13 +0000 |
commit | ebd603e725695b58215d2928292c9f1cadd6f3e4 (patch) | |
tree | b910f9af2b9b561ad994677cd3cbaab85a01aa6d | |
parent | e36ea3b285a7ca74ed211a2fb7292358d0cd4066 (diff) | |
download | dbus-ebd603e725695b58215d2928292c9f1cadd6f3e4.tar.gz |
2002-12-28 Kristian Rietveld <kris@gtk.org>
* dbus/Makefile.am: fixup export-symbols-regex.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dbus/Makefile.am | 2 |
2 files changed, 5 insertions, 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 diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 6b8a0ff9..62bb7029 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -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 |