~sergiusens/libhybris/autotests

« back to all changes in this revision

Viewing changes to hybris/egl/platforms/null/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-04 07:33:11 UTC
  • Revision ID: package-import@ubuntu.com-20130604073311-20ldi2hm1axkvjl1
Tags: upstream-0.1.0+git20130601+dfb2e26
ImportĀ upstreamĀ versionĀ 0.1.0+git20130601+dfb2e26

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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