diff options
| author | Stefano Karapetsas <[email protected]> | 2014-07-01 18:35:38 +0200 |
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2014-07-01 18:35:38 +0200 |
| commit | cf170926a4e57afe41f1ad9131d52cb297a71b99 (patch) | |
| tree | f13bb2d5e2b651c945a892704549bfb336c7813a | |
| parent | ff7eccbfd887817c42820baac98d50d3378811d5 (diff) | |
| download | mate-desktop-cf170926a4e57afe41f1ad9131d52cb297a71b99.tar.bz2 mate-desktop-cf170926a4e57afe41f1ad9131d52cb297a71b99.tar.xz | |
tools: Fix for make distcheckmate-desktop-1.9.1
| -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 |
