From ddddde8f5202c6ae5da26b19e2c6a84709b8ea4d Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 21 Nov 2007 13:33:11 +0000 Subject: moved genericconfig to gconfig.c and reorganised header files git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 032226e..acf4223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,14 @@ sbin_PROGRAMS = radsecproxy radsecproxy_SOURCES = radsecproxy.c \ + gconfig.c \ util.c \ debug.c \ list.c \ radsecproxy.h \ + gconfig.h \ debug.h \ + util.h \ list.h radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ -- cgit v1.1