diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-09 15:08:04 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-09 15:08:04 -0500 |
commit | e2388fa0ecb6fad2b833d72075062855200e3cda (patch) | |
tree | 2a864d0e7a6a0ed30922ae31db5bc39f31a869d4 /Makefile.in | |
parent | 840de8a0d34dd791f249dcb1c1f47c2e7609b36b (diff) | |
download | cifs-utils-e2388fa0ecb6fad2b833d72075062855200e3cda.tar.gz cifs-utils-e2388fa0ecb6fad2b833d72075062855200e3cda.tar.bz2 cifs-utils-e2388fa0ecb6fad2b833d72075062855200e3cda.zip |
cifs-utils: make sure -Wall is always set for builds
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 00f80ec..0aecdf3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,6 +192,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +AM_CFLAGS = -Wall root_sbindir = "/sbin" mount_cifs_SOURCES = mount.cifs.c mtab.c util.c cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c util.c |