From 1ddbad4e80e82be61f921b88f471642d93e857fa Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Sun, 15 Mar 2015 20:27:53 +0100 Subject: [PATCH] Add ACLOCAL_AMFLAGS to Makefile.am --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f6ad55c..21cd7e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = \ panel-plugin \ themes \