summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-03 17:48:20 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-03 17:48:20 +0200
commit932106714b2d95e2e907720631dee9624c04b45d (patch)
treee330040a8f019f5ba5c7c60605ec5f697c8270aa /Makefile.am
parente16e3191c3583faab8610915f9ba812f41b6e71e (diff)
downloadcifs_idmap_sss-932106714b2d95e2e907720631dee9624c04b45d.tar.gz
cifs_idmap_sss-932106714b2d95e2e907720631dee9624c04b45d.tar.bz2
cifs_idmap_sss-932106714b2d95e2e907720631dee9624c04b45d.zip
Add -Wall etc..
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5c1987..ae28ee8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@ ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libcifs_idmap_sss.la
libcifs_idmap_sss_la_SOURCES = cifs_idmap_sss.c
-libcifs_idmap_sss_la_CFLAGS = $(SSS_IDMAP_CFLAGS)
+libcifs_idmap_sss_la_CFLAGS = $(GCC_CFLAGS) $(SSS_IDMAP_CFLAGS)
libcifs_idmap_sss_la_LIBADD = $(SSS_IDMAP_LIBS)
libcifs_idmap_sss_la_LDFLAGS = -avoid-version