From 699d3248ef129ca6831c68a84731b385b94699e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 6 May 2013 16:25:27 +0200 Subject: Makefile.am: Add -I common/m4 This allows autoreconf to work correctly and automatic regeneration of autotools files if something changed. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1