summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-09-27 15:02:24 +0200
committerLinus Nordberg <linus@nordu.net>2011-09-27 15:02:24 +0200
commitcc56affa30e77e165db2e17fd998ef82d772ea50 (patch)
tree6b0da00c6a71bc975ec09749282e86409545d47e
parent17082d27c58b53858c27d7e20079e427365d577a (diff)
Don't list header files in _SOURCES.
Dependencies will work anyway.
-rw-r--r--Makefile.am17
1 files changed, 1 insertions, 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 \