diff options
author | Matthieu Herrb <matthieu@crux.(none)> | 2008-12-07 23:56:15 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@crux.(none)> | 2008-12-07 23:56:15 +0100 |
commit | 22d4ddcc3d63b7fbf2a23f5162075e4ee06db781 (patch) | |
tree | d121657191d7b5a6b426c1a678184c3d5903b414 /hw/xfree86 | |
parent | d2dad384f5725a36e593fd75f03d712f53b20620 (diff) | |
parent | c3bf15ba85fd3ab2e1fe809428b75bf34db25cc8 (diff) |
Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/x86emu/Makefile.am | 4 |
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 \ |