From eae90973cc8f0947067abb816c028826bbd911f5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 28 Oct 2010 13:00:31 +0200 Subject: Use the request object in example programs. --- lib/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/examples/Makefile.am') diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index c869070..88522b2 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -5,4 +5,4 @@ INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = client client_SOURCES = client-blocking.c client_LDADD = ../libradsec.la -client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE +client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE -DUSE_REQUEST_OBJECT -- cgit v1.1