user dispatch WIP 0
[libradsec.git] / lib / examples / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 INCLUDES = -I$(top_srcdir)/include
3 AM_CFLAGS = -Wall -Werror -g
4
5 noinst_PROGRAMS = client client2
6
7 client_SOURCES = client-blocking.c
8 client_LDADD = ../libradsec.la #-lefence
9 client_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE
10
11 client2_SOURCES = client-dispatch.c
12 client2_LDADD = ../libradsec.la #-lefence
13 client2_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE