changeset 1456:460e9175cf0d

[project @ 1995-09-20 05:06:53 by jwe]
author jwe
date Wed, 20 Sep 1995 05:07:51 +0000
parents 2be936a3ddb7
children 949d1677e782
files readline/Makefile.in
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/readline/Makefile.in	Wed Sep 20 05:01:43 1995 +0000
+++ b/readline/Makefile.in	Wed Sep 20 05:07:51 1995 +0000
@@ -36,20 +36,20 @@
 LIBRARY_NAME = libreadline.a
 
 # The C code source files for this library.
-CSOURCES = readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c \
-	   complete.c bind.c isearch.c display.c signals.c \
-	   emacs_keymap.c vi_keymap.c history.c tilde.c xmalloc.c
+CSOURCES = bind.c complete.c display.c emacs_keymap.c funmap.c \
+	history.c isearch.c keymaps.c parens.c readline.c rltty.c \
+	search.c signals.c tilde.c vi_keymap.c vi_mode.c xmalloc.c
 
 # The header files for this library.
-HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h \
-	   posixstat.h tilde.h rlconf.h config.h.in
+HSOURCES = ansi_stdlib.h chardefs.h config.h history.h keymaps.h \
+	memalloc.h posixstat.h readline.h rlconf.h rldefs.h tilde.h 
 
 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
 	  rltty.o complete.o bind.o isearch.o display.o signals.o \
 	  history.o tilde.o xmalloc.o
 
 DISTFILES = $(CSOURCES) $(HSOURCES) Makefile.in configure.in \
-	configure README STANDALONE COPYING
+	configure README STANDALONE COPYING config.h.in
 
 SUBDIRS = doc examples