diff options
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |