diff options
author | Nikias Bassen | 2019-02-07 05:45:00 +0100 |
---|---|---|
committer | Nikias Bassen | 2019-02-07 05:45:00 +0100 |
commit | c72e7fe84df031d2d2c7154114bb3df01e06ec22 (patch) | |
tree | 7f6e8f009a1694fa0d6fe8e0fa6852f036e24248 /Makefile.am | |
parent | 435d75b04e51a72ff7bf1a049ef5a730148a457f (diff) | |
download | idevicerestore-c72e7fe84df031d2d2c7154114bb3df01e06ec22.tar.gz idevicerestore-c72e7fe84df031d2d2c7154114bb3df01e06ec22.tar.bz2 |
build: Follow autofoo advice to add -I m4 to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fea87f2..ea0ad45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,4 @@ +AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src docs EXTRA_DIST = docs |