ship manpages with libtls-standalone

This commit is contained in:
Brent Cook
2015-05-03 22:25:22 -05:00
parent edfc569005
commit 1a369f0fd7
5 changed files with 40 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
SUBDIRS = include compat src app
SUBDIRS = include compat src app man
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig

View File

@@ -44,6 +44,7 @@ AC_CONFIG_FILES([
include/Makefile
app/Makefile
compat/Makefile
man/Makefile
src/Makefile
libtls.pc
])