diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-04 12:15:58 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-04 12:16:08 +1000 |
commit | 020142e57cbf709bd694112c32522a040042544d (patch) | |
tree | 026fdf17cbfb5c478644a9204a2ebe8e4ae19c20 | |
parent | aa5b2b64e541ff7ca3f0a2bdb11d1c20624c406a (diff) |
syndaemon: needs XI_LIBS to link now.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-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 18797d6..b5b12b1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,4 +28,4 @@ synclient_SOURCES = synclient.c synclient_LDFLAGS = -lm $(XLIB_LIBS) $(XI_LIBS) syndaemon_SOURCES = syndaemon.c -syndaemon_LDFLAGS = $(XLIB_LIBS) $(XRECORD_LIBS) +syndaemon_LDFLAGS = $(XLIB_LIBS) $(XRECORD_LIBS) $(XI_LIBS) |