# HG changeset patch # User Jim Meyering # Date 905134879 0 # Node ID 345e5a2f33fce4f64ca238720918efabf810025c # Parent d7a1f4a1774218052723745fbac57b0f589b5836 (libfu_a_SOURCES): Change posixtm.y to posixtm.c. (noinst_HEADERS): Add posixtm.h. diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I.. -I$(srcdir) -I../intl -libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \ +libfu_a_SOURCES = getdate.y posixtm.c getopt.c getopt1.c \ addext.c argmatch.c backupfile.c basename.c \ closeout.c dirname.c exclude.c filemode.c \ full-write.c human.c idcache.c \ @@ -21,7 +21,7 @@ error.h exclude.h filemode.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ +posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h -BUILT_SOURCES = getdate.c posixtm.c +BUILT_SOURCES = getdate.c