From f18a4b1601cf80bc3ca7d407b47c11a3be4fece9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 30 Oct 2016 13:54:42 -0700 Subject: [PATCH] WIP --- eb/Makefile.am | 2 +- eb/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eb/Makefile.am b/eb/Makefile.am index 4a2738a..e520542 100644 --- a/eb/Makefile.am +++ b/eb/Makefile.am @@ -11,7 +11,7 @@ libeb_la_SOURCES = appendix.c appsub.c bcd.c binary.c bitmap.c book.c \ booklist.c copyright.c cross.c eb.c endword.c error.c exactword.c \ filename.c font.c hook.c jacode.c keyword.c lock.c log.c match.c \ menu.c multi.c narwalt.c narwfont.c readtext.c search.c setword.c \ - stopcode.c strcasecmp.c subbook.c text.c widealt.c widefont.c word.c \ + stopcode.c strcasecmp.c subbook.c text.c widealt.c widefont.c word.c all.c \ zio.c $(libeb_ebnet_sources) libeb_la_LDFLAGS = -no-undefined -version-info @LIBEB_VERSION_INFO@ \ $(ZLIBLIBS) $(INTLLIBS) diff --git a/eb/Makefile.in b/eb/Makefile.in index 4d6b638..e1cde08 100644 --- a/eb/Makefile.in +++ b/eb/Makefile.in @@ -65,7 +65,7 @@ am__libeb_la_SOURCES_DIST = appendix.c appsub.c bcd.c binary.c \ error.c exactword.c filename.c font.c hook.c jacode.c \ keyword.c lock.c log.c match.c menu.c multi.c narwalt.c \ narwfont.c readtext.c search.c setword.c stopcode.c \ - strcasecmp.c subbook.c text.c widealt.c widefont.c word.c \ + strcasecmp.c subbook.c text.c widealt.c widefont.c word.c all.c \ zio.c ebnet.c multiplex.c linebuf.c urlparts.c getaddrinfo.c \ dummyin6.c @ENABLE_EBNET_TRUE@am__objects_1 = ebnet.lo multiplex.lo linebuf.lo \ @@ -249,7 +249,7 @@ libeb_la_SOURCES = appendix.c appsub.c bcd.c binary.c bitmap.c book.c \ booklist.c copyright.c cross.c eb.c endword.c error.c exactword.c \ filename.c font.c hook.c jacode.c keyword.c lock.c log.c match.c \ menu.c multi.c narwalt.c narwfont.c readtext.c search.c setword.c \ - stopcode.c strcasecmp.c subbook.c text.c widealt.c widefont.c word.c \ + stopcode.c strcasecmp.c subbook.c text.c widealt.c widefont.c word.c all.c \ zio.c $(libeb_ebnet_sources) libeb_la_LDFLAGS = -no-undefined -version-info @LIBEB_VERSION_INFO@ \