summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index b240b1c..922b7c6 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -19,8 +19,8 @@
noinst_LIBRARIES = libcompat.a
-AM_CPPFLAGS=-I$(top_srcdir)
-AM_CFLAGS = -fPIC
+AM_CPPFLAGS=-I$(top_srcdir) -D_FORTIFY_SOURCE=2
+AM_CFLAGS = -fPIC -Wall -Werror -Wextra -Wno-unused-parameter
EXTRA_DIST = getopt_long.c getopt_long.h \
shell.h \