Renamed asmhelper.[ch] to helper.[ch]
authorchristian <none@none>
Fri, 22 Apr 2005 14:50:12 +0000 (14:50 +0000)
committerchristian <none@none>
Fri, 22 Apr 2005 14:50:12 +0000 (14:50 +0000)
src/vm/jit/Makefile.am

index b486e282699b9a0098475f6dd5aee4550ad76de3..b9663fdced0e27f874b3294eda5a938b21364bc8 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2336 2005-04-22 13:29:51Z twisti $
+## $Id: Makefile.am 2354 2005-04-22 14:50:12Z christian $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -56,8 +56,8 @@ noinst_HEADERS = \
 noinst_LTLIBRARIES = libjit.la
 
 libjit_la_SOURCES = \
-       asmhelper.c \
-       asmhelper.h \
+       helper.c \
+       helper.h \
        jit.c \
        jit.h \
        parse.c \