From: Michael Jumper Date: Fri, 25 Mar 2011 06:14:20 +0000 (-0700) Subject: Added -Werror -Wall -pedantic X-Git-Url: http://git.alex.org.uk Added -Werror -Wall -pedantic --- diff --git a/Makefile.am b/Makefile.am index 01145ea..ed7903b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,8 @@ AUTOMAKE_OPTIONS = foreign initdir = @init_dir@ +AM_CFLAGS = -Werror -Wall -pedantic + sbin_PROGRAMS = guacd init_SCRIPTS = init.d/guacd