From 3b307d439dbef224eb99debd3535b220adb5f1c2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 2 Oct 1999 23:01:46 +0000 Subject: [PATCH] * Makefile.am (EXTRA_libguile_la_SOURCES): fix typo. --- libguile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 061982107..e9029f65c 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -65,7 +65,7 @@ BUILT_SOURCES = \ EXTRA_libguile_la_SOURCES = _scm.h \ alloca.c inet_aton.c memmove.c putenv.c strerror.c \ threads.c regex-posix.c iselect.c \ - filesys.c posix.c netdb.c socket.c + filesys.c posix.c net_db.c socket.c ## This is kind of nasty... there are ".c" files that we don't want to ## compile, since they are #included in threads.c. So instead we list