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

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