diff options
| -rw-r--r-- | gpgme/Makefile.am | 3 | 
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  | 
