summaryrefslogtreecommitdiff
path: root/lib/examples/Makefile.am
blob: 17b87a3d9c750e4055b8b5aa79bd5e44648a0d43 (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include
AM_CFLAGS = -Wall -g

noinst_PROGRAMS = client
client_SOURCES = client-blocking.c
client_LDADD = ../libradsec.la #-lefence
client_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE