Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. pkgconfigdir = $(libdir)/pkgconfig
  2. pkgconfig_DATA = wayland-egl.pc
  3.  
  4. AM_CFLAGS = $(DEFINES) \
  5.             $(VISIBILITY_CFLAGS) \
  6.             $(WAYLAND_CFLAGS)
  7.  
  8. lib_LTLIBRARIES = libwayland-egl.la
  9. noinst_HEADERS = wayland-egl-priv.h
  10. libwayland_egl_la_SOURCES = wayland-egl.c
  11. libwayland_egl_la_LDFLAGS = \
  12.         -no-undefined \
  13.         -version-info 1 \
  14.         $(GC_SECTIONS) \
  15.         $(LD_NO_UNDEFINED)
  16.  
  17. TESTS = wayland-egl-symbols-check
  18. EXTRA_DIST = wayland-egl-symbols-check
  19.  
  20. include $(top_srcdir)/install-lib-links.mk
  21.