diff options
author | Peter Osterlund <petero2@telia.com> | 2003-05-02 18:58:46 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:55 +0200 |
commit | 7ac888545b789e4aaf0bcb376e7f47077740d5c6 (patch) | |
tree | f43a350b6bf3b596afc6e8ac59c12a88a5aae4b4 /Makefile | |
parent | 0f55d3537612d8ec93b87da4f87095a33304dd4d (diff) |
Updated the synclient program to make it possible to read
and write the variables in the shared memory area.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ synclient.o : synclient.c $(CC) $(CFLAGSCLIENT) -c -o $@ $< synclient : synclient.o - $(CC) -o $@ $< + $(CC) -o $@ $< -lm testprotokoll: testprotokoll.c $(CC) -o testprotokoll testprotokoll.c |