]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/blob - tests/modetest/Makefile.am
Move libdrm/ up one level
[glsdk/libdrm.git] / tests / modetest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)/intel/ \
4         -I$(top_srcdir) \
5         $(CAIRO_CFLAGS)
7 noinst_PROGRAMS = \
8         modetest
10 modetest_SOURCES = \
11         modetest.c
12 modetest_LDADD = \
13         $(top_builddir)/libdrm.la \
14         $(top_builddir)/intel/libdrm_intel.la \
15         $(CAIRO_LIBS)