Don't export private symbols in the shared library

https://bugzilla.gnome.org/show_bug.cgi?id=635958
This commit is contained in:
Emilio Pozuelo Monfort 2010-11-28 00:15:28 +01:00
parent b2020b7f2a
commit 9d5e8582b3
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ libnotify_la_LIBADD = \
$(PACKAGE_LIBS)
libnotify_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-export-symbols-regex "^notify_.*"
notify-marshal.h: notify-marshal.list
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=$(MARSHAL_PREFIX) notify-marshal.list \