summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-17 11:11:05 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-06-18 08:42:27 -0400
commit30feee751c936eef877539e62654a49d575940ae (patch)
tree48c5b64c25e54a78fce54cdc76621dfab01603f0 /sss_client
parentad4e495fa434f72de37846704cb08bacac3c52da (diff)
downloadsssd-30feee751c936eef877539e62654a49d575940ae.tar.gz
sssd-30feee751c936eef877539e62654a49d575940ae.tar.xz
sssd-30feee751c936eef877539e62654a49d575940ae.zip
Do not treat warnings as errors
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am
index 9a7ebab05..dfccda990 100644
--- a/sss_client/Makefile.am
+++ b/sss_client/Makefile.am
@@ -32,9 +32,6 @@ pam_sss_la_SOURCES = \
common.c \
sss_cli.h
-pam_sss_la_CFLAGS = \
- -Wall \
- -Werror
pam_sss_la_LDFLAGS = \
-lpam \
-lpam_misc \