diff options
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index 225fa5458f0..518d732f059 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -1,6 +1,7 @@ ## Process this with automake to create Makefile.in -AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects +AUTOMAKE_OPTIONS = foreign subdir-objects +ACLOCAL_AMFLAGS = -I .. -I ../config SUBDIRS = include testsuite |