From: Linus Nordberg Date: Thu, 29 Sep 2011 11:30:02 +0000 (+0200) Subject: Always distribute radsecproxy-hash.1. X-Git-Tag: radsecproxy-1.5~15 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=commitdiff_plain;h=869d3bd09e1f636fa0952709ddc0038a6c40ca70 Always distribute radsecproxy-hash.1. --- 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 ####################