diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 17:19:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 17:19:13 -0400 |
commit | 1688e7d463d6c7e6f07e176bc8bb3305c9050caf (patch) | |
tree | 962ce70817937ed8902147223204dbbb5bf0624d | |
parent | 6232bf36bfdb26cc33ceeeb20c375f2ce285c64a (diff) |
default to calling automake2autothing
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d424b5c36e..056d04db28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6506,4 +6506,5 @@ list-keys: add-key: gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import - #@all +$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk |