Merge branch 'libradsec' into libradsec-server-support
[libradsec.git] / lib / examples / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
3 AM_CFLAGS = -Wall -Werror -g #-DDEBUG -DDEBUG_LEVENT
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