blob: 3d173e31aafcbd9d23b629c613bbdbc6dec1f1bd [file] [log] [blame]
AM_CFLAGS = \
$(WARN_CFLAGS)\
-fvisibility=hidden \
-I $(top_srcdir)/include/drm \
-I $(top_srcdir)
LDADD = $(top_builddir)/libdrm.la
noinst_PROGRAMS = \
radeon_ttm
radeon_ttm_SOURCES = \
rbo.c \
rbo.h \
radeon_ttm.c