05b2e6bc1c
* 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.
20 lines
633 B
Makefile
20 lines
633 B
Makefile
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
libclutterinclude_HEADERS = $(top_srcdir)/clutter/cogl/cogl.h \
|
|
$(top_srcdir)/clutter/cogl/gl/cogl-defines.h
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/clutter/cogl \
|
|
$(CLUTTER_CFLAGS) \
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
$(GCC_FLAGS)
|
|
|
|
LDADD = $(CLUTTER_LIBS) -export-symbols-regex "^cogl.*"
|
|
|
|
noinst_LTLIBRARIES = libclutter-cogl.la
|
|
|
|
libclutter_cogl_la_SOURCES = \
|
|
$(top_srcdir)/clutter/cogl/cogl.h \
|
|
$(top_srcdir)/clutter/cogl/gl/cogl-defines.h \
|
|
cogl.c
|