diff options
author | reinelt <> | 2006-08-16 14:18:14 +0000 |
---|---|---|
committer | reinelt <> | 2006-08-16 14:18:14 +0000 |
commit | 415ad7213917fc9d0048cdfbd2db17b2cfae8e0a (patch) | |
tree | 7317e248102382d0d781b8e14745b76346b4e7fc /Makefile.am | |
parent | b6b5a97eb3b5e511b09df35813e5910ec12aeb7c (diff) | |
download | lcd4linux-415ad7213917fc9d0048cdfbd2db17b2cfae8e0a.tar.gz |
[lcd4linux @ 2006-08-16 14:18:14 by reinelt]
T6963 enhancements: soft timing, DualScan, Cell size
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 359dd2e..f835144 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ PLUGINS=@PLUGINS@ bin_PROGRAMS = lcd4linux -AM_CFLAGS = -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing +# Fixme: -W should be renamed to -Wextra someday... +AM_CFLAGS = -D_GNU_SOURCE -Wall -W -fno-strict-aliasing lcd4linux_LDFLAGS = lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@ |