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

* clutter/cogl/Makefile.am:
	* clutter/cogl/gl/Makefile.am:
	* clutter/cogl/gles/Makefile.am:
	* clutter/json/Makefile.am:
	* clutter/pango/Makefile.am: Fix the visibility of all the
	symbols, for the main library and the statically linked ones.
This commit is contained in:
Emmanuele Bassi 2008-04-09 13:27:00 +00:00
parent 4ea9911f57
commit f47f85c7f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS = $(CLUTTER_COGL)
EXTRA_DIST=cogl.h
EXTRA_DIST = cogl.h
DIST_SUBDIRS = gl gles

View File

@ -9,7 +9,7 @@ INCLUDES = \
$(CLUTTER_DEBUG_CFLAGS) \
$(GCC_FLAGS)
LDADD = $(CLUTTER_LIBS)
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
noinst_LTLIBRARIES = libclutter-cogl.la

View File

@ -9,7 +9,7 @@ INCLUDES = \
$(CLUTTER_DEBUG_CFLAGS) \
$(GCC_FLAGS)
LDADD = $(CLUTTER_LIBS)
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
noinst_LTLIBRARIES = libclutter-cogl.la