gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 31 Oct 2004 23:32:17 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv14742

Modified Files:
        Makefile.am 
Log Message:
Fix -export-symbols-regex call.


--- /home/cvs/gsasl/lib/src/Makefile.am 2004/10/31 16:35:56     1.13
+++ /home/cvs/gsasl/lib/src/Makefile.am 2004/10/31 22:32:17     1.14
@@ -27,7 +27,7 @@
 include_HEADERS = gsasl.h gsasl-mech.h gsasl-compat.h
 
 libgsasl_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-       -export-symbols-regex ^gsasl\|GSASL
+       -export-symbols-regex '^(gsasl|GSASL).*'
 libgsasl_la_LIBADD = @LTLIBINTL@ ../gl/libgl.la ../crypto/libgc.la
 libgsasl_la_SOURCES = gsasl.h.in internal.h \
        init.c done.c register.c error.c version.c common.c \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]