* noinst_HEADERS: Removed md-abi.inc.
authortwisti <none@none>
Mon, 2 Jan 2006 14:24:25 +0000 (14:24 +0000)
committertwisti <none@none>
Mon, 2 Jan 2006 14:24:25 +0000 (14:24 +0000)
src/vm/jit/i386/Makefile.am

index 062ddd1f5e54a6a60975204b846e6ad547b17e38..d4eaa19597ccf0c2d9629b50344090e8efeb7482 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4036 2006-01-01 18:39:30Z twisti $
+## $Id: Makefile.am 4063 2006-01-02 14:24:25Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -51,8 +51,6 @@ noinst_HEADERS = \
        icmd_uses_reg_res.inc \
        machine-instr.h \
        \
-       md-abi.h \
-       md-abi.inc \
        md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
@@ -69,7 +67,8 @@ libarch_la_SOURCES = \
        md.c \
        patcher.c \
        \
-       md-abi.c
+       md-abi.c \
+       md-abi.h
 
 libarch_la_LIBADD = \
        $(OS_DIR)/libmd.la