* src/vm/jit/powerpc/Makefile.am (libarch_la_SOURCES): Added
authortwisti <none@none>
Tue, 5 Sep 2006 21:17:54 +0000 (21:17 +0000)
committertwisti <none@none>
Tue, 5 Sep 2006 21:17:54 +0000 (21:17 +0000)
accidentally removed codegen.c.

--HG--
branch : new_instruction_format

src/vm/jit/powerpc/Makefile.am

index a6574f3cbb41d155db85a0f793658f962f346f8a..a24a5539f145efa1a9dd7452f8d1115baf8c9bf0 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 5332 2006-09-05 19:38:28Z twisti $
+## $Id: Makefile.am 5342 2006-09-05 21:17:54Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -61,6 +61,7 @@ endif
 
 libarch_la_SOURCES = \
        asmpart.S \
+       codegen.c \
        codegen.h \
        $(DISASS_SOURCES) \
        emit.c \