From 3587b10283526f70b3215292573519e19b012130 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 5 Oct 2010 08:36:38 +0200 Subject: Autotoolize. --- lib/examples/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/examples/Makefile.am (limited to 'lib/examples/Makefile.am') diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am new file mode 100644 index 0000000..c869070 --- /dev/null +++ b/lib/examples/Makefile.am @@ -0,0 +1,8 @@ +AUTOMAKE_OPTIONS = foreign + +INCLUDES = -I$(top_srcdir)/include + +bin_PROGRAMS = client +client_SOURCES = client-blocking.c +client_LDADD = ../libradsec.la +client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE -- cgit v1.1