From ebc4681368df91bbb6318a6075b86b9dab8f9526 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 23 Feb 2011 10:54:01 -0600 Subject: [PATCH] build: tell rebuilt makefiles about macro dir (bgo #640896) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 07a8606129..adb2907b7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,4 +36,5 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = NetworkManager.pc -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +