2002-12-28 Kristian Rietveld <kris@gtk.org>
authorKristian Rietveld <kris@gtk.org>
Fri, 27 Dec 2002 21:38:13 +0000 (21:38 +0000)
committerKristian Rietveld <kris@gtk.org>
Fri, 27 Dec 2002 21:38:13 +0000 (21:38 +0000)
        * dbus/Makefile.am: fixup export-symbols-regex.

ChangeLog
dbus/Makefile.am

index de0fb17..742c656 100644 (file)
--- 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 
index 6b8a0ff..62bb702 100644 (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