diff options
author | Martin Szulecki | 2013-09-26 12:25:33 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-26 12:25:33 +0200 |
commit | 59d65307f690f63ee7f463c5c070db6dcf3d677b (patch) | |
tree | 4064b5460034f5d6c4cec478e811552a1ea80aed | |
parent | 548f93785fd181ac133389b49409107521d8341f (diff) | |
download | libirecovery-59d65307f690f63ee7f463c5c070db6dcf3d677b.tar.gz libirecovery-59d65307f690f63ee7f463c5c070db6dcf3d677b.tar.bz2 |
Use foreign automake rules to prevent mandatory files that we don't use
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 69bb74a..021066e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src include tools |