From 84f0770e6ff98f872d0627e759145c5c1ecccebd Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 22 Jan 2013 15:45:33 +0100 Subject: Compile with -Werror. --- lib/radsecproxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/radsecproxy/Makefile.am') diff --git a/lib/radsecproxy/Makefile.am b/lib/radsecproxy/Makefile.am index 16b66ae..0d4a882 100644 --- a/lib/radsecproxy/Makefile.am +++ b/lib/radsecproxy/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) -AM_CFLAGS = -Wall -g +AM_CFLAGS = -Wall -Werror -g noinst_LTLIBRARIES = libradsec-radsecproxy.la -- cgit v1.1