summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 23:52:25 +0000
committerwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 23:52:25 +0000
commit433cabfe01b15361c8d5446cb1b623e65113ed0b (patch)
tree7f504a63dd0dbd43a7894c45ba51b77fd7c2db58
parent3efa9de8c7a0a89024c07d41b6425b7633a61d74 (diff)
downloadportableumem-433cabfe01b15361c8d5446cb1b623e65113ed0b.tar.gz
install man pages
git-svn-id: https://labs.omniti.com/portableumem/trunk@35 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d3e7955..4a9de2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-EXTRA_DIST = COPYRIGHT OPENSOLARIS.LICENSE umem.spec Doxyfile umem_test4
-
lib_LTLIBRARIES = libumem.la libumem_malloc.la
noinst_PROGRAMS = umem_test umem_test2 umem_test3
@@ -40,6 +38,10 @@ libumem_la_SOURCES = init_lib.c \
libumem_malloc_la_SOURCES = malloc.c
libumem_malloc_la_LDFLAGS = -lpthread -ldl -R$(libdir) -lumem
+man3_MANS = umem_alloc.3 umem_cache_create.3 umem_debug.3
+EXTRA_DIST = COPYRIGHT OPENSOLARIS.LICENSE umem.spec Doxyfile umem_test4 \
+ $(man3_MANS)
+
nobase_include_HEADERS = umem.h sys/vmem.h
TESTS = umem_test umem_test2 umem_test3 umem_test4