Add the dummy server example.
[radsecproxy.git] / lib / examples / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 INCLUDES = -I$(top_srcdir)/include
3 AM_CFLAGS = -Wall -Werror -g
4
5 LDADD = ../libradsec.la #-lefence
6 CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE
7
8 noinst_PROGRAMS = client client2 server
9 client_SOURCES = client-blocking.c
10 client2_SOURCES = client-dispatch.c