'make dist' and 'make distcheck' work

This commit is contained in:
Richard Dawe 2006-03-12 09:58:38 +00:00
parent aa3fcd42da
commit 1d494ceba8
2 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,5 @@
EXTRA_DIST = COPYRIGHT OPENSOLARIS.LICENSE
lib_LTLIBRARIES = libumem.la lib_LTLIBRARIES = libumem.la
noinst_PROGRAMS = umem_test noinst_PROGRAMS = umem_test
@ -14,11 +16,22 @@ libumem_la_SOURCES = init_lib.c \
envvar.c \ envvar.c \
getpcstack.c \ getpcstack.c \
misc.c \ misc.c \
misc.h \
vmem_base.c \ vmem_base.c \
vmem_base.h \
vmem_stand.h \
umem.c \ 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
# malloc.c \ TESTS = umem_test
# malloc.c
# XXX: Standalone version? # XXX: Standalone version?
# See <http://cvs.opensolaris.org/source/xref/on/usr/src/lib/libumem/Makefile.com> # See <http://cvs.opensolaris.org/source/xref/on/usr/src/lib/libumem/Makefile.com>

2
TODO
View file

@ -15,3 +15,5 @@ To-do List for the Linux port of umem
* rpm spec file. * rpm spec file.
* test suite. * test suite.
* static library support.