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:
parent
653afecc11
commit
509d2ad395
@ -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
|
||||
|
@ -32,6 +32,7 @@ INCLUDES = \
|
||||
LDADD = \
|
||||
$(CLUTTER_LT_LDFLAGS) \
|
||||
-export-dynamic \
|
||||
-export-symbols-regex "^clutter.*" \
|
||||
-rpath $(libdir) \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user