1
0
Fork 0

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:
Emmanuele Bassi 2008-04-09 14:18:42 +00:00
parent f47f85c7f7
commit 0d6530e434
2 changed files with 2 additions and 2 deletions

View file

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

View file

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