diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 23:36:27 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 23:36:27 +0000 |
commit | 66bc36473c238fdee7e6c1d31e6e5f6813a7541a (patch) | |
tree | aa3e01c7d5cbf04ae24405cc2993bdd91b9e3611 /hw/xfree86/int10 | |
parent | d6808a48d2dffd72f618fa372fba993736638799 (diff) |
Use builddir, not srcdir, for built files.
Diffstat (limited to 'hw/xfree86/int10')
-rw-r--r-- | hw/xfree86/int10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/int10/Makefile.am b/hw/xfree86/int10/Makefile.am index acf8cf8ee..65e24c548 100644 --- a/hw/xfree86/int10/Makefile.am +++ b/hw/xfree86/int10/Makefile.am @@ -20,7 +20,7 @@ AM_CFLAGS = -D_X86EMU -D_PC $(XORG_CFLAGS) INCLUDES = $(XORG_INCS) -I$(srcdir)/../x86emu libint10_la_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \ xf86int10.c xf86x86emu.c generic.c x86emu.c -libint10_la_LIBADD = $(srcdir)/../x86emu/libx86emu.a +libint10_la_LIBADD = ../x86emu/libx86emu.a endif if INT10_STUB |