From a30235ad2c9992fba307dedfdb5cdc5e3feaa226 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 20 Jun 2007 14:59:20 +0000 Subject: using linked lists instead of arrays git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@147 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a040ff5..032226e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,10 @@ sbin_PROGRAMS = radsecproxy radsecproxy_SOURCES = radsecproxy.c \ util.c \ debug.c \ + list.c \ radsecproxy.h \ - debug.h + debug.h \ + list.h radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ -- cgit v1.1