summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-13 01:13:23 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:02 +0200
commit514976ad0380044f34d5a4ebca3bb48450fa4296 (patch)
treeb3bb22bc6a5676f45ff5612618f2724f6f331b3c /Makefile
parentdee1cca686b33a0c2a565d5ecee036abdac6b3a6 (diff)
Moved testprotokoll.c to the test directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a029e57..d3ad639 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,6 @@ syndaemon.o : syndaemon.c
syndaemon : syndaemon.o
$(CC) -o $@ $< -lm -L$(INSTALLED_X)/lib -lXext -lX11
-testprotokoll: testprotokoll.c
- $(CC) -o testprotokoll testprotokoll.c
-
synaptics.o : synaptics.h ps2comm.h synproto.h Makefile
ps2comm.o : ps2comm.h synproto.h
eventcomm.o : eventcomm.h synproto.h linux_input.h
@@ -121,7 +118,7 @@ ALLFILES = COMPATIBILITY FILES INSTALL INSTALL.DE INSTALL.FR LICENSE Makefile \
pc_keyb.c.diff.2.4.3 \
synproto.h ps2comm.c ps2comm.h eventcomm.c eventcomm.h \
synaptics.c synaptics.h synaptics.spec \
- synclient.c syndaemon.c testprotokoll.c
+ synclient.c syndaemon.c
DST=synaptics-$(VERSION)
@@ -132,7 +129,7 @@ synaptics-$(VERSION).tar.bz2 : $(ALLFILES)
cp -a $(ALLFILES) $(DST)
cp -a manpages/{synclient.1,syndaemon.1} $(DST)/manpages/
cp -a script/usbmouse $(DST)/script/
- cp -a test/test-pad.c $(DST)/test/
+ cp -a test/{test-pad.c,testprotocol.c} $(DST)/test/
cp -a docs/tapndrag.dia $(DST)/docs/
chmod u+w $(DST)/*
tar cf $(DST).tar $(DST)