mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am: Update the regular expression to match all the namespaces we actually use. Thanks to Neil Roberts for spotting this. A make distclean is needed. * clutter/cogl/gl/Makefile.am: * clutter/cogl/gles/Makefile.am: * clutter/json/Makefile.am: * clutter/pango/Makefile.am: Revert previous commit.
This commit is contained in:
parent
05b2e6bc1c
commit
497734062c
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/Makefile.am: Update the regular expression to match
|
||||||
|
all the namespaces we actually use. Thanks to Neil Roberts for
|
||||||
|
spotting this. A make distclean is needed.
|
||||||
|
|
||||||
|
* clutter/cogl/gl/Makefile.am:
|
||||||
|
* clutter/cogl/gles/Makefile.am:
|
||||||
|
* clutter/json/Makefile.am:
|
||||||
|
* clutter/pango/Makefile.am: Revert previous commit.
|
||||||
|
|
||||||
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-04-09 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/cogl/Makefile.am:
|
* clutter/cogl/Makefile.am:
|
||||||
|
@ -32,7 +32,7 @@ INCLUDES = \
|
|||||||
LDADD = \
|
LDADD = \
|
||||||
$(CLUTTER_LT_LDFLAGS) \
|
$(CLUTTER_LT_LDFLAGS) \
|
||||||
-export-dynamic \
|
-export-dynamic \
|
||||||
-export-symbols-regex "^clutter.*" \
|
-export-symbols-regex "^(clutter|cogl|json|pango).*" \
|
||||||
-rpath $(libdir) \
|
-rpath $(libdir) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
|
||||||
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
|
LDADD = $(CLUTTER_LIBS)
|
||||||
|
|
||||||
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) -export-symbols-regex "^cogl.*"
|
LDADD = $(CLUTTER_LIBS)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-cogl.la
|
noinst_LTLIBRARIES = libclutter-cogl.la
|
||||||
|
|
||||||
|
@ -24,7 +24,5 @@ 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,7 +19,5 @@ 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