diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-10 20:51:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-10 20:51:27 +0000 |
commit | c8bfcd300e8da2510c101211db7bffb2955e593d (patch) | |
tree | b3c5d270f42c036ef0c3902cae729b48543f52cb | |
parent | a487143d0b4f0183d602346adc7dedcccf158336 (diff) |
Add sessreg.man to app/sessreg module
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dba2ba4..111ca65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,7 @@ sessreg_LDADD = $(SESSREG_LIBS) sessreg_SOURCES = \ sessreg.c + + +dist_man1_MANS = \ + sessreg.man |