diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-22 20:48:29 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-31 12:49:39 -0400 |
commit | f3e4c586037a5785f786ff74c89c87de7d4ac344 (patch) | |
tree | 74e78a5cb99c90b32ff2c846c13b595284b7897a /tools | |
parent | 5d64210dc613278d0b8914393cbbc3baeb4e1b76 (diff) |
config: fix warnings, m4 quoting and layout
Fix some m4 quoting
Fix some autoconf warnings
Regroup statements per section
Add comments
Regroup xtst and recordproto (a prereq) flags together
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'tools')
-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 7f91a92..b7421fb 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -30,7 +30,7 @@ AM_LDFLAGS = -lm $(XI_LIBS) synclient_SOURCES = synclient.c syndaemon_SOURCES = syndaemon.c -syndaemon_CFLAGS = $(AM_CFLAGS) $(XTST_CFLAGS) $(RECORD_PROTO_CFLAGS) +syndaemon_CFLAGS = $(AM_CFLAGS) $(XTST_CFLAGS) syndaemon_LDFLAGS = $(AM_LDFLAGS) $(XTST_LIBS) else all: |