diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-26 16:23:33 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-26 16:23:33 +0200 |
commit | 16348f50a9e7949138e78c671854d9aa7be9f146 (patch) | |
tree | e32c163210ea21e17a4d2b9a41bcdba1d57a21fd /src | |
parent | 92bda2727b604e442178e9d79ce133bf3947109d (diff) | |
download | mate-system-monitor-16348f50a9e7949138e78c671854d9aa7be9f146.tar.bz2 mate-system-monitor-16348f50a9e7949138e78c671854d9aa7be9f146.tar.xz |
fix make file for automake-1.13
Diffstat (limited to 'src')
-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)"\" \ |