summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2002-12-27 21:38:13 +0000
committerKristian Rietveld <kris@gtk.org>2002-12-27 21:38:13 +0000
commitebd603e725695b58215d2928292c9f1cadd6f3e4 (patch)
treeb910f9af2b9b561ad994677cd3cbaab85a01aa6d
parente36ea3b285a7ca74ed211a2fb7292358d0cd4066 (diff)
2002-12-28 Kristian Rietveld <kris@gtk.org>
* dbus/Makefile.am: fixup export-symbols-regex.
-rw-r--r--ChangeLog4
-rw-r--r--dbus/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de0fb171..742c656e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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