Move libdrm/ up one level
[platform/upstream/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)
6
7 noinst_PROGRAMS = \
8         modetest
9
10 modetest_SOURCES = \
11         modetest.c
12 modetest_LDADD = \
13         $(top_builddir)/libdrm.la \
14         $(top_builddir)/intel/libdrm_intel.la \
15         $(CAIRO_LIBS)