diff options
author | Jakob Bornecrantz <jakob@aurora.(none)> | 2008-01-30 15:47:26 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@aurora.(none)> | 2008-01-30 15:47:26 +0100 |
commit | 841ef9eb8da8058d6495e9f8e1b14af2709dfaa1 (patch) | |
tree | 5651372b901eda9d4f7b8c8c23a57ca93a73ef91 /tests/modefb/Makefile | |
parent | b9b6f9234dd9e702a7d58978cbd88dc297b2b51a (diff) |
ModeFB demo now display cursor
Diffstat (limited to 'tests/modefb/Makefile')
-rw-r--r-- | tests/modefb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modefb/Makefile b/tests/modefb/Makefile index 84c6c86a..467fb11a 100644 --- a/tests/modefb/Makefile +++ b/tests/modefb/Makefile @@ -5,7 +5,7 @@ all: app # -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \ app: demo.c - @gcc $(CFLAGS) -o app -Wall demo.c + @gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm demo.c clean: @rm -f app |