summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c61f955..f9e5c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,9 @@ TOBJ = $(addprefix obj/,$(addsuffix .o,$(TARGETS)))
25OBJS = $(addprefix obj/,$(OBJECTS)) 25OBJS = $(addprefix obj/,$(OBJECTS))
26XOBJS = $(addprefix obj/,$(XOBJECTS)) 26XOBJS = $(addprefix obj/,$(XOBJECTS))
27LIBS = -lmtdev -lm 27LIBS = -lmtdev -lm
28LIBDIR = usr/lib
28 29
29DLIB = usr/lib/xorg/modules/input 30DLIB = $(LIBDIR)/xorg/modules/input
30 31
31INCLUDE = -Iinclude -I/usr/include/xorg -I/usr/include/pixman-1 32INCLUDE = -Iinclude -I/usr/include/xorg -I/usr/include/pixman-1
32OPTS = -O3 -fPIC 33OPTS = -O3 -fPIC