From 3488c0ddf8da18f34792fd18df8d7f7460ff10e3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 8 Dec 1995 20:18:41 +0000 Subject: [PATCH] . --- lib/Makefile.am | 22 ++++++++++++++++++++++ lib/save-cwd.c | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000000..321def841b --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,22 @@ +LIBRARIES = fu + +DIST_OTHER = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ +getdate.y memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \ +posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c + +INCLUDES = -I.. -I$(srcdir) + +fu_LIBADD = @LIBOBJS@ @ALLOCA@ + +HEADERS = backupfile.h error.h fnmatch.h fsusage.h getopt.h \ +group-member.h long-options.h makepath.h modechange.h mountlist.h \ +obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h + +CONFIG_HEADER = ../config.h + +fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \ +dirname.c error.c fileblocks.c filemode.c \ +full-write.c getopt.c getopt1.c getversion.c group-member.c idcache.c \ +isdir.c long-options.c makepath.c modechange.c obstack.c \ +safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \ +xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c diff --git a/lib/save-cwd.c b/lib/save-cwd.c index 8413502eee..6cb3f9b681 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Written Jim Meyering . */ +/* Written by Jim Meyering . */ #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2