From cc56affa30e77e165db2e17fd998ef82d772ea50 Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Tue, 27 Sep 2011 15:02:24 +0200
Subject: [PATCH] Don't list header files in _SOURCES.

Dependencies will work anyway.
---
 Makefile.am | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 10fe5f4..b347616 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,22 +23,7 @@ librsp_a_SOURCES = \
 	tcp.c \
 	tls.c \
 	dtls.c \
-	fticks.c \
-	radsecproxy.h \
-	tlscommon.h \
-	gconfig.h \
-	debug.h \
-	util.h \
-	list.h \
-	hash.h \
-	tlv11.h \
-	hostport.h \
-	radmsg.h \
-	udp.h \
-	tcp.h \
-	tls.h \
-	dtls.h \
-	fticks.h
+	fticks.c
 
 catgconf_SOURCES = \
 	debug.c \