summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-01-24 08:39:22 +0000
committerDave Airlie <airlied@linux.ie>2005-01-24 08:39:22 +0000
commit310abb39b24159be9839156b4034426cea6a7449 (patch)
tree3545984e596963ceb456b11f1e042efbc9b40408 /tests
parent311da0f2124104dfac5fe59bf0ffd7fd88280945 (diff)
use libdrm after it was updated
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 54d90201..b406e0ad 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -11,7 +11,7 @@ PRGCFLAGS = $(CFLAGS) -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
-I. -I../libdrm -I../shared-core
-DRMSTATLIBS = -L../libdrm -lxf86drm
+DRMSTATLIBS = -L../libdrm -ldrm
programs: $(PROGS)