- added asmhelper.[ch]
authortwisti <none@none>
Thu, 7 Apr 2005 11:23:53 +0000 (11:23 +0000)
committertwisti <none@none>
Thu, 7 Apr 2005 11:23:53 +0000 (11:23 +0000)
- removed asmpart.c (duplicate object file)

src/vm/jit/Makefile.am

index efe2020ced305d6b962b5d1798521c47457a4fca..58565b0f3ba22f2dc7679bb751b4531c9bbe5767 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2231 2005-04-06 10:29:55Z twisti $
+## $Id: Makefile.am 2254 2005-04-07 11:23:53Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -44,6 +44,7 @@ SUBDIRS += schedule
 endif
 
 noinst_HEADERS = \
+       asmpart.h \
        codegen.inc \
        codegen.inc.h \
        lsra.inc \
@@ -54,8 +55,8 @@ noinst_HEADERS = \
 noinst_LTLIBRARIES = libjit.la
 
 libjit_la_SOURCES = \
-       asmpart.c \
-       asmpart.h \
+       asmhelper.c \
+       asmhelper.h \
        jit.c \
        jit.h \
        parse.c \