summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@saftware.de>2013-07-02 00:34:31 +0200
committerNeil Roberts <neil@linux.intel.com>2013-07-03 13:01:26 +0100
commitad920ead0dc7310455b7ced796ce77229eafeda1 (patch)
tree28ba67e019fcc27066787d1a168031a5f292f7e5
parent3cecadb50df8d40316cb6df87612ed79ee41446a (diff)
downloadcogl-ad920ead0dc7310455b7ced796ce77229eafeda1.tar.gz
cogl-path: export cogl_framebuffer_push_path_clip
Fixes linker error. Signed-off-by: Andreas Oberritter <obi@saftware.de> Reviewed-by: Neil Roberts <neil@linux.intel.com>
-rw-r--r--cogl-path/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl-path/Makefile.am b/cogl-path/Makefile.am
index 82d4f896..6820ec8b 100644
--- a/cogl-path/Makefile.am
+++ b/cogl-path/Makefile.am
@@ -60,7 +60,7 @@ libcogl_path_la_LIBADD = $(top_builddir)/cogl/libcogl2.la
libcogl_path_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_GST_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
libcogl_path_la_LDFLAGS = \
-export-dynamic \
- -export-symbols-regex "^cogl_path_.*" \
+ -export-symbols-regex "^cogl_(framebuffer|path)_.*" \
-no-undefined \
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
-rpath $(libdir)