diff options
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am index e816317..f751195 100644 --- a/libopkg/Makefile.am +++ b/libopkg/Makefile.am @@ -29,6 +29,9 @@ libopkg_include_HEADERS= \ libopkg_la_LIBADD = $(top_builddir)/libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS) +# make sure we only export symbols that are for public use +libopkg_la_LDFLAGS = -export-symbols-regex "^opkg_.*" + opkg_core_sources = args.c args.h \ user.c user.h opkg_libcore_sources = args.c args.h libopkg.c libopkg.h\ |