summaryrefslogtreecommitdiff
path: root/tests/modefb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modefb/Makefile')
-rw-r--r--tests/modefb/Makefile2
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