From 28aeada5c757a5a997526f74a471cf0c56c6b473 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 21 May 2008 11:30:55 +0000 Subject: * graph/Gdraws/Makefile.in (HEADERS): Don't include hash.H1. * include/halloc.h: Rename from include/halloc.H1. * include/lex.H1: Remove. * include/hterror.H1: Likewise. * hyper/halloc.c: Likewise. * hyper/hash.c: Likewise. * hyper/Makefile.in (hypertex_SOURCES): Don't include hash.c, halloc.c. --- src/hyper/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hyper/Makefile.in') diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in index 078d5bfe..e099fa56 100644 --- a/src/hyper/Makefile.in +++ b/src/hyper/Makefile.in @@ -62,7 +62,7 @@ HEADERS = display.h event.h extent.h \ build_libdir = $(top_builddir)/src/lib hypertex_SOURCES = addfile.c cond.c dialog.c display.c event.c extent1.c \ - extent2.c form-ext.c group.c halloc.c hash.c hterror.c \ + extent2.c form-ext.c group.c hterror.c \ htinp.c hyper.c initx.c input.c item.c keyin.c lex.c \ macro.c mem.c parse.c parse-aux.c parse-input.c \ parse-paste.c parse-types.c ReadBitmap.c scrollbar.c \ @@ -74,7 +74,7 @@ hypertex_objects = $(hypertex_SOURCES:.c=.lo) hypertex_LDADD = $(libspad_la) -L$(build_libdir) -lopen-axiom-core hypertex_DEPENDENCIES = -htadd_SOURCES = addfile.c halloc.c hash.c htadd.c hterror.c lex.c +htadd_SOURCES = addfile.c htadd.c hterror.c lex.c htadd_objects = $(htadd_SOURCES:.c=.lo) htadd_LDADD = $(libspad_la) -L$(build_libdir) -lopen-axiom-core htadd_DEPENDENCIES = -- cgit v1.2.3