diff options
author | Dave Airlie <airlied@linux.ie> | 2005-01-24 08:39:22 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-01-24 08:39:22 +0000 |
commit | 310abb39b24159be9839156b4034426cea6a7449 (patch) | |
tree | 3545984e596963ceb456b11f1e042efbc9b40408 | |
parent | 311da0f2124104dfac5fe59bf0ffd7fd88280945 (diff) |
use libdrm after it was updated
-rw-r--r-- | tests/Makefile | 2 |
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) |