diff options
author | Michal Zidek <mzidek@redhat.com> | 2012-08-28 15:26:08 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-04 10:16:21 +0200 |
commit | a3d176d116ceccd6a7547c128fab5df5cdd2c2b6 (patch) | |
tree | 85da10c8a23be31a4f1b227a3c6f1c676ac50806 /Makefile.am | |
parent | 3d038d2e0dc7af04ec2f7c85ae325accb39f6237 (diff) | |
download | sssd-a3d176d116ceccd6a7547c128fab5df5cdd2c2b6.tar.gz sssd-a3d176d116ceccd6a7547c128fab5df5cdd2c2b6.tar.xz sssd-a3d176d116ceccd6a7547c128fab5df5cdd2c2b6.zip |
Adding -std=gnu99 flag.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45a2bfb10..b716f0028 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,8 @@ if HAVE_GCC AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ -Wcast-qual -Wcast-align -Wwrite-strings \ -Werror-implicit-function-declaration \ - -fno-strict-aliasing + -fno-strict-aliasing \ + -std=gnu99 endif dist_pkgconfig_DATA = |