mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
cf4ba6c512
commit
05b2e6bc1c
@ -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>
|
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* autogen.sh: Clean up a bit
|
* autogen.sh: Clean up a bit
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
SUBDIRS = $(CLUTTER_COGL)
|
SUBDIRS = $(CLUTTER_COGL)
|
||||||
|
|
||||||
EXTRA_DIST=cogl.h
|
EXTRA_DIST = cogl.h
|
||||||
|
|
||||||
DIST_SUBDIRS = gl gles
|
DIST_SUBDIRS = gl gles
|
||||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
|
||||||
LDADD = $(CLUTTER_LIBS)
|
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-cogl.la
|
noinst_LTLIBRARIES = libclutter-cogl.la
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
|
||||||
LDADD = $(CLUTTER_LIBS)
|
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-cogl.la
|
noinst_LTLIBRARIES = libclutter-cogl.la
|
||||||
|
|
||||||
|
@ -24,5 +24,7 @@ INCLUDES = \
|
|||||||
$(CLUTTER_CFLAGS) \
|
$(CLUTTER_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS)
|
$(CLUTTER_DEBUG_CFLAGS)
|
||||||
|
|
||||||
|
LDADD = -export-symbols-regex "^json.*"
|
||||||
|
|
||||||
clutterjsondir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter/json
|
clutterjsondir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter/json
|
||||||
clutterjson_HEADERS = $(source_h)
|
clutterjson_HEADERS = $(source_h)
|
||||||
|
@ -19,5 +19,7 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/clutter/cogl \
|
-I$(top_srcdir)/clutter/cogl \
|
||||||
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
|
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
|
||||||
|
|
||||||
|
LDADD = -export-symbols-regex "^pango.*"
|
||||||
|
|
||||||
pangoclutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
|
pangoclutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
|
||||||
pangoclutterheaders_HEADERS = $(source_h)
|
pangoclutterheaders_HEADERS = $(source_h)
|
||||||
|
Loading…
Reference in New Issue
Block a user