diff options
author | Patrice Mandin <pmandin@caramail.com> | 2007-08-02 20:06:37 +0200 |
---|---|---|
committer | Patrice Mandin <pmandin@caramail.com> | 2007-08-02 20:06:37 +0200 |
commit | 405c48b857a967c1174b27a5db975668e1d6a9f8 (patch) | |
tree | 7dedf8df6a1ea350d453654e1e00fbc3e60b4635 | |
parent | f01026eae69e81ae16a69a014ba3bcfb286fc7a4 (diff) |
Add libdrm source dir, to build tests from a different build dir
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3b97fb79..38a07a35 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) + |