summaryrefslogtreecommitdiff
path: root/nslcd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/Makefile.am')
-rw-r--r--nslcd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/Makefile.am b/nslcd/Makefile.am
index ab50a9f..8e501da 100644
--- a/nslcd/Makefile.am
+++ b/nslcd/Makefile.am
@@ -21,7 +21,7 @@
sbin_PROGRAMS = nslcd
AM_CPPFLAGS=-I$(top_srcdir)
-AM_CFLAGS = $(PTHREAD_CFLAGS)
+AM_CFLAGS = -std=c99 $(PTHREAD_CFLAGS)
nslcd_SOURCES = nslcd.c ../nslcd.h ../common/nslcd-prot.h \
../common/inotify_helpers.h \