From c82ad411651a82cdf284c57d144335391f684e6c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 4 Feb 2011 13:59:58 +0100 Subject: Do build examples with -Wall -g. --- lib/examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/examples/Makefile.am') diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index c869070..63c530e 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -1,8 +1,8 @@ AUTOMAKE_OPTIONS = foreign - INCLUDES = -I$(top_srcdir)/include +AM_CFLAGS = -Wall -g bin_PROGRAMS = client client_SOURCES = client-blocking.c client_LDADD = ../libradsec.la -client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE +client_CFLAGS = $(CFLAGS) $(AM_CFLAGS) -DUSE_CONFIG_FILE -- cgit v1.1