From 85f82fdd6292c9f784e456e93d69d8be9912fb07 Mon Sep 17 00:00:00 2001 From: richdawe Date: Sun, 12 Mar 2006 09:58:38 +0000 Subject: 'make dist' and 'make distcheck' work git-svn-id: https://labs.omniti.com/portableumem/trunk@11 1665872d-e22b-0410-9e5d-a57ad4215e6d --- Makefile.am | 17 +++++++++++++++-- TODO | 2 ++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1bb7373..cfeaa4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = COPYRIGHT OPENSOLARIS.LICENSE + lib_LTLIBRARIES = libumem.la noinst_PROGRAMS = umem_test @@ -14,11 +16,22 @@ libumem_la_SOURCES = init_lib.c \ envvar.c \ getpcstack.c \ misc.c \ + misc.h \ vmem_base.c \ + vmem_base.h \ + vmem_stand.h \ umem.c \ - vmem.c + umem.h \ + umem_base.h \ + umem_impl.h \ + sol_compat.h \ + vmem.c \ + sys/vmem.h \ + sys/vmem_impl_user.h + +TESTS = umem_test -# malloc.c \ +# malloc.c # XXX: Standalone version? # See diff --git a/TODO b/TODO index 8dd354d..ac0f9e4 100644 --- a/TODO +++ b/TODO @@ -15,3 +15,5 @@ To-do List for the Linux port of umem * rpm spec file. * test suite. + +* static library support. -- cgit v1.2.3