From cf170926a4e57afe41f1ad9131d52cb297a71b99 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 1 Jul 2014 18:35:38 +0200 Subject: tools: Fix for make distcheck --- tools/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index 906694b..2646289 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,9 @@ bin_PROGRAMS = mate-color-select bin_SCRIPTS = mate-gsettings-toggle +AM_CPPFLAGS = \ + -I$(top_srcdir) + mate_color_select_SOURCES = \ mate-color-select.c -- cgit v1.2.1