summaryrefslogtreecommitdiff
path: root/lib/examples/Makefile.am
blob: 63b6abefc04c60c72d329a94dbe85bb378437451 (plain)
1
2
3
4
5
6
7
8
9
10
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
AM_CFLAGS = -Wall -Werror -g #-DDEBUG -DDEBUG_LEVENT

LDADD = ../libradsec.la #-lefence
CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE

noinst_PROGRAMS = client client2 server
client_SOURCES = client-blocking.c
client2_SOURCES = client-dispatch.c