From d1ac714cbf4e8995733b1e487c10118e3139bb34 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 21 Oct 2005 16:18:08 +0000 Subject: [PATCH] fixed c+p error and a typo --- gpgme/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2