diff options
author | Peter Osterlund <petero2@telia.com> | 2003-07-15 12:21:09 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:02 +0200 |
commit | 607ef2ce4d448a88381a14b3bec1a807e3bfc30a (patch) | |
tree | 83eb7892ccff297fe6f7686173edbe0efbddcce9 /Makefile | |
parent | 2c8d34d0cce5178500b3da34c4857426f1f7e221 (diff) |
Added #define's for the constants used by the linux event
interface.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 - - - - |