From 869d3bd09e1f636fa0952709ddc0038a6c40ca70 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 29 Sep 2011 13:30:02 +0200 Subject: [PATCH] Always distribute radsecproxy-hash.1. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d9f7154..b9a9b8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ if HAVE_DOCBOOK2X_MAN GENMANPAGES = radsecproxy.conf.5 endif -dist_man_MANS = radsecproxy.1 $(GENMANPAGES) +dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 $(GENMANPAGES) EXTRA_DIST = \ configure Makefile.in tests/Makefile.in \ @@ -61,8 +61,6 @@ if WANT_FTICKS librsp_a_SOURCES += fticks.c fticks.h fticks_hashmac.c fticks_hashmac.h bin_PROGRAMS += radsecproxy-hash radsecproxy_hash_LDADD = fticks_hashmac.o hash.o list.o -#radsecproxy_hash_LDFLAGS = @TARGET_LDFLAGS@ -dist_man_MANS += radsecproxy-hash.1 endif #################### -- 2.1.4