projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01026e
)
Add libdrm source dir, to build tests from a different build dir
author
Patrice Mandin
<pmandin@caramail.com>
Thu, 2 Aug 2007 18:06:37 +0000
(20:06 +0200)
committer
Patrice Mandin
<pmandin@caramail.com>
Thu, 2 Aug 2007 18:06:37 +0000
(20:06 +0200)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index 3b97fb797092d273d80b6c2777fb04eb29da84b8..38a07a35f1a903edab6a15ad3517d84c35f0a41f 100644
(file)
--- 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)
+