2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/Makefile.am: Only export symbols matching "^clutter.*",
	to avoid exposing the library-private symbols starting with
	an underscore.
This commit is contained in:
Emmanuele Bassi 2008-04-03 03:26:00 +00:00
parent 653afecc11
commit 509d2ad395
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am: Only export symbols matching "^clutter.*",
to avoid exposing the library-private symbols starting with
an underscore.
2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-alpha.c: ClutterAlpha is an InitiallyUnowned

View File

@ -32,6 +32,7 @@ INCLUDES = \
LDADD = \
$(CLUTTER_LT_LDFLAGS) \
-export-dynamic \
-export-symbols-regex "^clutter.*" \
-rpath $(libdir) \
$(NULL)