From 959e62f119a0a66e8c4a4f2bc4818668e20710b8 Mon Sep 17 00:00:00 2001 From: linus Date: Fri, 21 Jan 2011 16:33:26 +0100 Subject: [PATCH] Compile with -Wall and -g. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index d169615..4d08ead 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = . examples include INCLUDES = -I$(srcdir)/include +AM_CFLAGS = -Wall -g lib_LTLIBRARIES = libradsec.la -- 2.1.4