From c2f166f58677b5a5c5492afc19f289efa02923a4 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 26 Aug 2013 12:41:01 +0200 Subject: build: build was failing due to missing IT_PROG_INTLTOOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit submitted by Seán de Búrca https://bugzilla.gnome.org/attachment.cgi?id=253100 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6e7bb1dc5..be78945d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping SUBDIRS = po $(SVGSRCDIR) +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + theme_in_files = index.theme.in.in theme_DATA = $(theme_in_files:.theme.in.in=.theme) -- cgit v1.2.1