List new headers in makefiles

This commit is contained in:
Juan Jose Garcia Ripoll 2011-12-03 22:16:43 +01:00
parent 9ab4c58a5e
commit fd9d8be539
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ libdir=$(prefix)\lib\ecl
HDIR = $(top_srcdir)\h
HFILES = ..\ecl\config.h ..\ecl\atomic_ops.h $(HDIR)\ecl.h $(HDIR)\ecl-cmp.h\
$(HDIR)\object.h $(HDIR)\cs.h $(HDIR)\stacks.h\
$(HDIR)\external.h $(HDIR)\eval.h\
$(HDIR)\external.h $(HDIR)\cons.h $(HDIR)\legacy.h\
$(HDIR)\number.h $(HDIR)\page.h $(HDIR)\unify.h\
$(HDIR)\internal.h $(HDIR)\ecl-inl.h $(HDIR)\bytecodes.h \
$(HDIR)\impl\math_dispatch.h

View file

@ -36,7 +36,7 @@ includedir=@includedir@
HDIR = ../ecl
HFILES = $(HDIR)/config.h $(HDIR)/ecl.h $(HDIR)/ecl-cmp.h\
$(HDIR)/object.h $(HDIR)/cs.h $(HDIR)/stacks.h\
$(HDIR)/external.h $(HDIR)/eval.h\
$(HDIR)/external.h $(HDIR)/cons.h $(HDIR)/legacy.h\
$(HDIR)/number.h $(HDIR)/page.h $(HDIR)/unify.h
OBJS = main.o symbol.o package.o cons.o list.o\
apply.o eval.o interpreter.o compiler.o disassembler.o \