mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -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
4ea9911f57
commit
f47f85c7f7
@ -1,5 +1,5 @@
|
||||
SUBDIRS = $(CLUTTER_COGL)
|
||||
|
||||
EXTRA_DIST=cogl.h
|
||||
EXTRA_DIST = cogl.h
|
||||
|
||||
DIST_SUBDIRS = gl gles
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user