summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-05-02 18:58:46 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:55 +0200
commit7ac888545b789e4aaf0bcb376e7f47077740d5c6 (patch)
treef43a350b6bf3b596afc6e8ac59c12a88a5aae4b4 /Makefile
parent0f55d3537612d8ec93b87da4f87095a33304dd4d (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 323ac3d..8a4702f 100644
--- a/Makefile
+++ b/Makefile
@@ -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