Skip to content

Commit

Permalink
* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31152 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
tromey committed Dec 31, 1999
1 parent a66184e commit e9de8c8
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 131 deletions.
4 changes: 4 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1999-12-31 Tom Tromey <tromey@cygnus.com>

* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.

1999-09-01 Tom Tromey <tromey@cygnus.com>

* include/ffi.h.in: Removed PACKAGE and VERSION defines and
Expand Down
2 changes: 1 addition & 1 deletion libffi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit e9de8c8

Please sign in to comment.