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