From: twisti Date: Fri, 10 Dec 2004 13:53:36 +0000 (+0000) Subject: Added forgotten ansidecl.h. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=096727e4ae32e77d4cbae16f9730c500bf009da3;p=cacao.git Added forgotten ansidecl.h. --- diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index 900257c0e..9774c72d3 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $ +## $Id: Makefile.am 1749 2004-12-10 13:53:36Z twisti $ ## Process this file with automake to produce Makefile.in @@ -44,6 +44,7 @@ noinst_HEADERS = \ noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ + ansidecl.h \ asmoffsets.h \ asmpart.S \ bfd.h \