summaryrefslogtreecommitdiff
path: root/cogl-path
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-01-22 12:02:53 +0000
committerNeil Roberts <neil@linux.intel.com>2014-01-22 13:15:28 +0000
commit0af13af653146500b47e754f2a492601213d2447 (patch)
treeb1a1bfc3fbd4c3ff76d6594e5df0342ef2a01bef /cogl-path
parent5227853e104ea149549f1f0ff3b0e3f91df25fed (diff)
downloadcogl-0af13af653146500b47e754f2a492601213d2447.tar.gz
cogl-path: Fix the exported symbols regular expression
The Cogl 1.x API exports cogl_set_path() and cogl_get_path(), which means that the regular expression needs to catch those two symbols as well. https://bugzilla.gnome.org/show_bug.cgi?id=722765 Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl-path')
-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 23ec770b..b6b7d39f 100644
--- a/cogl-path/Makefile.am
+++ b/cogl-path/Makefile.am
@@ -79,7 +79,7 @@ libcogl_path_la_LIBADD = $(top_builddir)/cogl/libcogl.la
libcogl_path_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
libcogl_path_la_LDFLAGS = \
-export-dynamic \
- -export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is|clip)_.*" \
+ -export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is|clip|[sg]et)_.*" \
-no-undefined \
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
-rpath $(libdir)