summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-07-15 12:21:09 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:02 +0200
commit607ef2ce4d448a88381a14b3bec1a807e3bfc30a (patch)
tree83eb7892ccff297fe6f7686173edbe0efbddcce9 /Makefile
parent2c8d34d0cce5178500b3da34c4857426f1f7e221 (diff)
Added #define's for the constants used by the linux event
interface.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ddb272e..49d567a 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ synclient : synclient.o
testprotokoll: testprotokoll.c
$(CC) -o testprotokoll testprotokoll.c
-synaptics.o : synaptics.h ps2comm.h
+synaptics.o : synaptics.h ps2comm.h linux_input.h
ps2comm.o : ps2comm.h
synclient.o : synaptics.h
@@ -78,7 +78,3 @@ clean::
tags::
$(TAGS) -w *.[ch]
$(TAGS) -xw *.[ch] > TAGS
-
-
-
-