From f9eae136e588afc00443c04df45ad6224933956a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 7 Jan 2004 14:58:33 +0000 Subject: [PATCH] - Add $HEADER$ (to be filled in later) - Add lots of missing source files This commit was SVN r72. --- src/lam/mem/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/lam/mem/Makefile.am b/src/lam/mem/Makefile.am index 27c1912069..85e2dc8970 100644 --- a/src/lam/mem/Makefile.am +++ b/src/lam/mem/Makefile.am @@ -1,4 +1,6 @@ # +# $HEADER$ +# # Copyright 2002-2003. The Regents of the University of California. This material # was produced under U.S. Government contract W-7405-ENG-36 for Los Alamos # National Laboratory, which is operated by the University of California for @@ -26,13 +28,21 @@ # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # - + include $(top_srcdir)/config/Makefile.options lib_LTLIBRARIES = libmem.la libmem_la_SOURCES = \ allocator.c \ + allocator.h \ + free_list.c \ + free_list.h \ + mem_globals.c \ + mem_globals.h \ mem_pool.c \ + mem_pool.h \ seg_list.c \ - sharedmem_util.c + seg_list.h \ + sharedmem_util.c \ + sharedmem_util.h