summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7da1c27..65471f7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ XF86COMSRC = $(XF86SRC)/common
XF86OSSRC = $(XF86SRC)/os-support
-INCLUDES = -I. -I$(XF86COMSRC) -I$(SERVERSRC)/hw/xfree86/loader -I$(XF86OSSRC) -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC)
+INCLUDES = -I. -I$(XF86COMSRC) -I$(SERVERSRC)/hw/xfree86/loader -I$(XF86OSSRC) -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC) -I$(TOP)/include -I$(SERVERSRC)/hw/xfree86 -I$(SERVERSRC)/hw/xfree86/parser
ALLINCLUDES = $(INCLUDES) $(TOP_INCLUDES)
@@ -51,6 +51,9 @@ $(DRIVER)_drv.o: $(OBJS) $(EXTRALIBRARYDEPS)
test:
$(CC) $(CFLAGS) -o synclient synclient.c
+testprotokoll: testprotokoll.c
+ $(CC) -o testprotokoll testprotokoll.c
+
clean::
$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut synclient "#"*