From 58bf5bf2712323bd061479a4da433103030c45e7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 29 Jun 2004 04:52:33 +0000 Subject: [PATCH] Grrrr....change the name in the makefile This commit was SVN r1497. --- src/util/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index a3396bd3d2..c3e8690c57 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -23,7 +23,7 @@ headers = \ proc_info.h \ os_path.h \ os_create_dirpath.h \ - os_session_dir.h \ + session_dir.h \ strncpy.h libutil_la_SOURCES = \ @@ -40,7 +40,7 @@ libutil_la_SOURCES = \ sys_info.c \ os_path.c \ os_create_dirpath.c \ - os_session_dir.c \ + session_dir.c \ strncpy.c # Conditionally install the header files