From e6b0f4f404e06be4fdbf7a7cf5a475278ba3e587 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 11 Feb 2013 16:46:54 +0100 Subject: Add the dummy server example. This is not a server. It's just testing server config atm. --- lib/examples/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/examples/Makefile.am') diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index 9a2cd55..8dc4f58 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -2,12 +2,9 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = -Wall -Werror -g -noinst_PROGRAMS = client client2 +LDADD = ../libradsec.la #-lefence +CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE +noinst_PROGRAMS = client client2 server client_SOURCES = client-blocking.c -client_LDADD = ../libradsec.la #-lefence -client_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE - client2_SOURCES = client-dispatch.c -client2_LDADD = ../libradsec.la #-lefence -client2_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE -- cgit v1.1