aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proptest/Makefile.am')
-rw-r--r--tests/proptest/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/proptest/Makefile.am b/tests/proptest/Makefile.am
new file mode 100644
index 00000000..f81a3c00
--- /dev/null
+++ b/tests/proptest/Makefile.am
@@ -0,0 +1,11 @@
1AM_CFLAGS = \
2 -I$(top_srcdir)/include/drm \
3 -I$(top_srcdir)
4
5noinst_PROGRAMS = \
6 proptest
7
8proptest_SOURCES = \
9 proptest.c
10proptest_LDADD = \
11 $(top_builddir)/libdrm.la