diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-17 11:11:05 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-18 08:42:27 -0400 |
commit | 30feee751c936eef877539e62654a49d575940ae (patch) | |
tree | 48c5b64c25e54a78fce54cdc76621dfab01603f0 /sss_client | |
parent | ad4e495fa434f72de37846704cb08bacac3c52da (diff) | |
download | sssd-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.am | 3 |
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 \ |