diff options
| author | randy-waterhouse <noone@yodasan> | 2014-09-14 11:09:25 +1200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-16 11:55:15 +0200 |
| commit | 52a5f903605760f54370863679740f5ac0354f13 (patch) | |
| tree | f8c488d85ef72287c5fdb36ff81471d3f555d18b /Makefile.am | |
| parent | Merge pull request #4896 (diff) | |
| download | discoin-52a5f903605760f54370863679740f5ac0354f13.tar.xz discoin-52a5f903605760f54370863679740f5ac0354f13.zip | |
Create the common location for all m4 autotool build scripts, build-aux/m4.
Update .gitignore.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a64666a32..fe7244edf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I src/m4 +ACLOCAL_AMFLAGS = -I build-aux/m4 SUBDIRS = src .PHONY: deploy FORCE |