aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-21 11:30:55 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-21 11:30:55 +0000
commit28aeada5c757a5a997526f74a471cf0c56c6b473 (patch)
treecd153e60571f07568a7e96a802d56100ed60a5c3 /src/hyper/Makefile.in
parent7efb5764ecb6e7141c207bd906d9ac7f49342126 (diff)
downloadopen-axiom-28aeada5c757a5a997526f74a471cf0c56c6b473.tar.gz
* 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.
Diffstat (limited to 'src/hyper/Makefile.in')
-rw-r--r--src/hyper/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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 =