diff options
author | Christoph Brill <egore911@egore911.de> | 2008-10-30 23:43:13 +0100 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-10-30 23:43:13 +0100 |
commit | 629e7345dc40c1eb0acf8a69c267711d35d4f3e3 (patch) | |
tree | 72b6bbe123280ae70d1890d3c993549c4eafea6c /tools/Makefile.am | |
parent | e52a031ac79350e7ff3a9aeb2db4c2ae2d6a8059 (diff) |
Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."
This reverts commit 641b26da531b38313ecc68badac1a3ccfd6fc7af.
As requested by Peter Hutterer and Henrik Rydberg.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 2f2199b..a83da60 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,4 +28,4 @@ synclient_SOURCES = synclient.c synclient_LDFLAGS = -lm syndaemon_SOURCES = syndaemon.c -syndaemon_LDFLAGS = $(XLIB_LIBS) $(XRECORD_LIBS) +syndaemon_LDFLAGS = $(XLIB_LIBS) |