Add libdrm source dir, to build tests from a different build dir
authorPatrice Mandin <pmandin@caramail.com>
Thu, 2 Aug 2007 18:06:37 +0000 (20:06 +0200)
committerPatrice Mandin <pmandin@caramail.com>
Thu, 2 Aug 2007 18:06:37 +0000 (20:06 +0200)
tests/Makefile.am

index 3b97fb797092d273d80b6c2777fb04eb29da84b8..38a07a35f1a903edab6a15ad3517d84c35f0a41f 100644 (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)
\ No newline at end of file
+CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
+