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 cf4ba6c512
commit 05b2e6bc1c
6 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,12 @@
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.
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
* autogen.sh: Clean up a bit

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

View File

@ -24,5 +24,7 @@ INCLUDES = \
$(CLUTTER_CFLAGS) \
$(CLUTTER_DEBUG_CFLAGS)
LDADD = -export-symbols-regex "^json.*"
clutterjsondir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter/json
clutterjson_HEADERS = $(source_h)

View File

@ -19,5 +19,7 @@ INCLUDES = \
-I$(top_srcdir)/clutter/cogl \
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
LDADD = -export-symbols-regex "^pango.*"
pangoclutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
pangoclutterheaders_HEADERS = $(source_h)