diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f8dedac..4520b73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +AM_CFLAGS = -Wall root_sbindir = "/sbin" root_sbin_PROGRAMS = mount.cifs mount_cifs_SOURCES = mount.cifs.c mtab.c util.c 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 |