diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-13 01:13:23 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:02 +0200 |
commit | 514976ad0380044f34d5a4ebca3bb48450fa4296 (patch) | |
tree | b3bb22bc6a5676f45ff5612618f2724f6f331b3c /Makefile | |
parent | dee1cca686b33a0c2a565d5ecee036abdac6b3a6 (diff) |
Moved testprotokoll.c to the test directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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) |