summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-07 18:31:32 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-07 18:31:32 -0200
commit5a8068b390b7d30eb526e954443d8e43a199b971 (patch)
tree3e2ff0abfe51091bf27ea3525b7bc94da247425b
parented4a17274015ecd8040ae85bd5cd9d1dbcc9460a (diff)
Convert libx86emu.a to a "libtool convenience library".
-rw-r--r--hw/xfree86/x86emu/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am
index acd249c7f..987ea8bd7 100644
--- a/hw/xfree86/x86emu/Makefile.am
+++ b/hw/xfree86/x86emu/Makefile.am
@@ -1,6 +1,6 @@
-noinst_LIBRARIES = libx86emu.a
+noinst_LTLIBRARIES = libx86emu.la
-libx86emu_a_SOURCES = debug.c \
+libx86emu_la_SOURCES = debug.c \
decode.c \
fpu.c \
ops2.c \