aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-10-21 16:18:08 +0000
committerWerner Koch <[email protected]>2005-10-21 16:18:08 +0000
commitd1ac714cbf4e8995733b1e487c10118e3139bb34 (patch)
tree2d92d8ed02f2319aa380deacec0d31d79394fedd
parent2005-10-20 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-d1ac714cbf4e8995733b1e487c10118e3139bb34.tar.gz
gpgme-d1ac714cbf4e8995733b1e487c10118e3139bb34.zip
fixed c+p error and a typo
-rw-r--r--gpgme/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am
index ece1adfd..7ecae108 100644
--- a/gpgme/Makefile.am
+++ b/gpgme/Makefile.am
@@ -101,6 +101,7 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
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 @@ status-table.h : gpgme.h
$(srcdir)/mkstatus < $(srcdir)/gpgme.h > status-table.h
install-data-local: install-def-file
-
+
uninstall-local: uninstall-def-file