Don't list header files in _SOURCES.
authorLinus Nordberg <linus@nordu.net>
Tue, 27 Sep 2011 13:02:24 +0000 (15:02 +0200)
committerLinus Nordberg <linus@nordu.net>
Tue, 27 Sep 2011 13:02:24 +0000 (15:02 +0200)
Dependencies will work anyway.

Makefile.am

index 10fe5f4..b347616 100644 (file)
@@ -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 \