summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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