Add libdrm source dir, to build tests from a different build dir

This commit is contained in:
Patrice Mandin 2007-08-02 20:06:37 +02:00
parent f01026eae6
commit 405c48b857

View file

@ -1,5 +1,6 @@
AM_CFLAGS = \
-I $(top_srcdir)/shared-core
-I $(top_srcdir)/shared-core \
-I $(top_srcdir)/libdrm
noinst_PROGRAMS = \
dristat \
@ -20,4 +21,5 @@ TESTS = openclose \
updatedraw
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)