diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-06 16:25:27 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-06 16:25:27 +0200 |
commit | 699d3248ef129ca6831c68a84731b385b94699e2 (patch) | |
tree | 033dfd5360699b513efe23bdbe487db413db6f15 | |
parent | 715b44ea66be964a216f409bf8a7f11a1a3128b8 (diff) |
Makefile.am: Add -I common/m4
This allows autoreconf to work correctly and automatic regeneration
of autotools files if something changed.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 424630a..86710b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = common omx tools config -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I common/m4 DISTCLEANFILES = _stdint.h |