From f47f85c7f7b223f47d57ff60f3b38a64e14b0c75 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 9 Apr 2008 13:27:00 +0000 Subject: [PATCH] 2008-04-09 Emmanuele Bassi * 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. --- Makefile.am | 2 +- gl/Makefile.am | 2 +- gles/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 98ef0bc17..f09f63723 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = $(CLUTTER_COGL) -EXTRA_DIST=cogl.h +EXTRA_DIST = cogl.h DIST_SUBDIRS = gl gles diff --git a/gl/Makefile.am b/gl/Makefile.am index 98949b261..aa260bfb5 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -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 diff --git a/gles/Makefile.am b/gles/Makefile.am index 32dda4a67..7540404bb 100644 --- a/gles/Makefile.am +++ b/gles/Makefile.am @@ -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