diff options
author | Linus Nordberg <linus@nordu.net> | 2015-01-19 14:38:58 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-01-19 14:38:58 +0100 |
commit | 3e6320fabb03ebd66ad459ff0d797997e22bbef9 (patch) | |
tree | 6cd0a28db73af70b994e3dbcdd840888760efc88 | |
parent | d0b51dc11aad8e1aa7e7af3381beff4822a28641 (diff) |
Install radsecproxy.conf.5 unconditionally.radsecproxy-1.6.6
Keep regeneration of it dependent on configure finding docbook2x-man(1).
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ RADSECPROXY-59. - Handle CHAP authentication properly when there is no CHAP-Challenge. Fixes RADSECPROXY-58. + - Install radsecproxy.conf.5 unconditionally. Keep regeneration of + it dependent on configure finding docbook2x-man(1). 2013-09-06 1.6.5 Bug fixes: diff --git a/Makefile.am b/Makefile.am index 3636c3d..0cb8516 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ radsecproxy_LDADD = librsp.a @SSL_LIBS@ radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@ -dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 $(GENMANPAGES) +dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 radsecproxy.conf.5 EXTRA_DIST = \ LICENSE THANKS \ |