[svn] gpgme - r1132 - trunk/gpgme
svn author wk
cvs at cvs.gnupg.org
Fri Oct 21 18:18:08 CEST 2005
Author: wk
Date: 2005-10-21 18:18:08 +0200 (Fri, 21 Oct 2005)
New Revision: 1132
Modified:
trunk/gpgme/Makefile.am
Log:
fixed c+p error and a typo
Modified: trunk/gpgme/Makefile.am
===================================================================
--- trunk/gpgme/Makefile.am 2005-10-20 19:21:30 UTC (rev 1131)
+++ trunk/gpgme/Makefile.am 2005-10-21 16:18:08 UTC (rev 1132)
@@ -101,6 +101,7 @@
gpgme_res = versioninfo.lo
gpgme_res_ldflag = -Wl,.libs/versioninfo.o
+
no_undefined = -no-undefined
export_symbols = -export-symbols $(srcdir)/gpgme.def
@@ -152,5 +153,5 @@
$(srcdir)/mkstatus < $(srcdir)/gpgme.h > status-table.h
install-data-local: install-def-file
-
+
uninstall-local: uninstall-def-file
More information about the Gnupg-commits
mailing list