diff --git a/src/lam/lfc/Makefile.am b/src/lam/lfc/Makefile.am index 6dd3952160..28d48fa795 100644 --- a/src/lam/lfc/Makefile.am +++ b/src/lam/lfc/Makefile.am @@ -28,8 +28,6 @@ # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # -# $Id: Makefile.am,v 1.2 2004/01/07 07:54:53 jsquyres Exp $ -# include $(top_srcdir)/config/Makefile.options @@ -38,7 +36,11 @@ lib_LTLIBRARIES = liblfc.la liblfc_la_SOURCES = \ array.c \ + array.h \ hash_table.c \ + hash_table.h \ list.c \ - object.c + list.h \ + object.c \ + object.h diff --git a/src/lam/util/argv.c b/src/lam/util/argv.c index 36e994fc82..dbc91e9b55 100644 --- a/src/lam/util/argv.c +++ b/src/lam/util/argv.c @@ -1,7 +1,5 @@ /* * $HEADER$ - * - * $Id: argv.c,v 1.3 2004/01/07 08:35:06 jsquyres Exp $ */ #include diff --git a/src/lam/util/argv.h b/src/lam/util/argv.h index e94e127fe9..d1066f86ad 100644 --- a/src/lam/util/argv.h +++ b/src/lam/util/argv.h @@ -1,7 +1,5 @@ /* * $HEADER$ - * - * $Id: argv.h,v 1.1 2004/01/07 08:35:06 jsquyres Exp $ */ #ifndef LAM_ARGV_H