Remove dependency on xorg-macros
[platform/upstream/libdrm.git] / tests / kmstest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)/libkms/ \
4         -I$(top_srcdir)
5
6 if HAVE_INSTALL_TESTS
7 bin_PROGRAMS = \
8         kmstest
9 else
10 noinst_PROGRAMS = \
11         kmstest
12 endif
13
14 kmstest_SOURCES = \
15         main.c
16
17 kmstest_LDADD = \
18         $(top_builddir)/libdrm.la \
19         $(top_builddir)/libkms/libkms.la
20
21 run: kmstest
22         ./kmstest