Don't export private symbols in the shared library
https://bugzilla.gnome.org/show_bug.cgi?id=635958
This commit is contained in:
parent
b2020b7f2a
commit
9d5e8582b3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue