mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
fix -I flags for opcode subdirectory
2007-11-07 Paolo Bonzini <bonzini@gnu.org> * opcode/Makefile.am: Fix AM_CPPFLAGS. git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-57
This commit is contained in:
parent
d0d493b417
commit
f4500a8e95
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
EXTRA_LIBRARIES = libdisass.a
|
||||
noinst_LIBRARIES = @LIBDISASS@
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lightning/$(cpu)
|
||||
|
||||
libdisass_a_SOURCES = dis-buf.c i386-dis.c ppc-dis.c ppc-opc.c sparc-dis.c \
|
||||
sparc-opc.c disass.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue