drm/tests/kmstest/Makefile.am

26 lines
398 B
Makefile
Raw Normal View History

2010-01-08 08:34:44 -07:00
AM_CFLAGS = \
$(WARN_CFLAGS)\
2010-01-08 08:34:44 -07:00
-I$(top_srcdir)/include/drm \
-I$(top_srcdir)/libkms/ \
-I$(top_srcdir)/tests/ \
2010-01-08 08:34:44 -07:00
-I$(top_srcdir)
if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
kmstest
else
2010-01-08 08:34:44 -07:00
noinst_PROGRAMS = \
kmstest
endif
2010-01-08 08:34:44 -07:00
kmstest_SOURCES = \
main.c
kmstest_LDADD = \
$(top_builddir)/tests/util/libutil.la \
$(top_builddir)/libkms/libkms.la \
$(top_builddir)/libdrm.la
2010-01-08 08:34:44 -07:00
run: kmstest
./kmstest