From ba234261ec0241a3279c2582e80d34d074b666f4 Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Wed, 28 Sep 2011 12:34:54 +0200
Subject: [PATCH] Undo cc56affa -- header files should go into SOURCES.

If not for anything else but to get distributed.
---
 Makefile.am | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f83295c..949b175 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,23 +9,23 @@ noinst_LIBRARIES = librsp.a
 radsecproxy_SOURCES = main.c
 
 librsp_a_SOURCES = \
-	radsecproxy.c \
-	tlscommon.c \
-	gconfig.c \
-	util.c \
-	debug.c \
-	list.c \
-	hash.c \
-	tlv11.c \
-	hostport.c \
-	radmsg.c \
-	udp.c \
-	tcp.c \
-	tls.c \
-	dtls.c
+	debug.c debug.h \
+	dtls.c dtls.h \
+	gconfig.c gconfig.h \
+	hash.c hash.h \
+	hostport.c hostport.h \
+	list.c list.h \
+	radmsg.c radmsg.h \
+	radsecproxy.c radsecproxy.h \
+	tcp.c tcp.h \
+	tls.c tls.h \
+	tlscommon.c tlscommon.h \
+	tlv11.c tlv11.h \
+	udp.c udp.h \
+	util.c util.h
 
 if WANT_FTICKS
-librsp_a_SOURCES += fticks.c
+librsp_a_SOURCES += fticks.c fticks.h
 endif
 
 catgconf_SOURCES = \