diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-29 13:30:02 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-29 13:30:02 +0200 |
commit | 869d3bd09e1f636fa0952709ddc0038a6c40ca70 (patch) | |
tree | 069b272fbbde4fec3d08637ea21a0d41ad62325b | |
parent | a35931ff6bf382ace123d2649e1a660c522a640c (diff) |
Always distribute radsecproxy-hash.1.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 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 #################### |