Imported Upstream version 0.1.0+git20131207+e452e83
[deb_libhybris.git] / hybris / egl / platforms / null / Makefile.am
1 pkglib_LTLIBRARIES = eglplatform_null.la
2
3
4 eglplatform_null_la_SOURCES = eglplatform_null.c
5 eglplatform_null_la_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/egl
6
7 eglplatform_null_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
8
9