From: Werner Koch Date: Fri, 21 Oct 2005 16:18:08 +0000 (+0000) Subject: fixed c+p error and a typo X-Git-Tag: gpgme-1-1-1~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1ac714cbf4e8995733b1e487c10118e3139bb34;p=gpgme.git fixed c+p error and a typo --- diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am index ece1adf..7ecae10 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