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 23b083a..2ad48f6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = synclient syndaemon AM_CPPFLAGS = -I$(top_srcdir)/include -I$(sdkdir) AM_CFLAGS = $(XI_CFLAGS) -AM_LDFLAGS = -lm $(XI_LIBS) +AM_LDFLAGS = $(XI_LIBS) synclient_SOURCES = synclient.c |