From 79651977517e254035141de0468cf87aa1d20e23 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 24 May 2007 09:48:59 +0000 Subject: initial autoconf support git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@106 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..19a8a0a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS = radsecproxy + +radsecproxy_SOURCES = radsecproxy.c \ + util.c \ + debug.c \ + radsecproxy.h \ + debug.h + +radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ +radsecproxy_LDFLAGS = @SSL_LDFLAGS@ +radsecproxy_LDADD = @SSL_LIBS@ -- cgit v1.1