diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 07:28:19 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 07:28:19 -0700 |
commit | 8fb0d3fb26c376da3029450a182e82a9637f7d00 (patch) | |
tree | e32c163210ea21e17a4d2b9a41bcdba1d57a21fd | |
parent | 92bda2727b604e442178e9d79ce133bf3947109d (diff) | |
parent | 16348f50a9e7949138e78c671854d9aa7be9f146 (diff) | |
download | mate-system-monitor-8fb0d3fb26c376da3029450a182e82a9637f7d00.tar.bz2 mate-system-monitor-8fb0d3fb26c376da3029450a182e82a9637f7d00.tar.xz |
Merge pull request #22 from NiceandGently/master
fix make file for automake-1.13
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 35b3ef5..efea297 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = \ +AM_CPPFLAGS = \ -DPROCMAN_DATADIR=\""$(datadir)/procman/"\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ |