Rearranging to get into the format needed to build
[adaptation/panda/libdrm.git] / tests / radeon / Makefile.am
1 AM_CFLAGS = \
2         -I $(top_srcdir)/include/drm \
3         -I $(top_srcdir)
4
5 LDADD = $(top_builddir)/libdrm.la
6
7 noinst_PROGRAMS = \
8         radeon_ttm
9
10 radeon_ttm_SOURCES = \
11         rbo.c \
12         rbo.h \
13         list.h \
14         radeon_ttm.c