diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-31 22:44:09 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-31 22:44:09 +0000 |
commit | e9de8c8b23c55b3dae43b469071817e412458a0a (patch) | |
tree | 79fea73c2c599e38750c2ef7e4f475fcb3f95b86 /libffi/Makefile.am | |
parent | a66184e8b71d6fdfcb17f867339e3023319b819e (diff) | |
download | gcc-e9de8c8b23c55b3dae43b469071817e412458a0a.tar.gz |
* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31152 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index cfe1f7abe02..79f54baaf00 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -78,4 +78,4 @@ AM_CFLAGS = -fexceptions libffi_la_LDFLAGS = -release $(VERSION) -INCLUDES = -I$(top_srcdir)/include -Iinclude +INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src |