diff options
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..18797d6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -25,7 +25,7 @@ bin_PROGRAMS = \ INCLUDES=-I$(top_srcdir)/include/ synclient_SOURCES = synclient.c -synclient_LDFLAGS = -lm +synclient_LDFLAGS = -lm $(XLIB_LIBS) $(XI_LIBS) syndaemon_SOURCES = syndaemon.c syndaemon_LDFLAGS = $(XLIB_LIBS) $(XRECORD_LIBS) |