summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-26 16:23:33 +0200
committerWolfgang Ulbrich <[email protected]>2013-07-26 16:23:33 +0200
commit16348f50a9e7949138e78c671854d9aa7be9f146 (patch)
treee32c163210ea21e17a4d2b9a41bcdba1d57a21fd /src/Makefile.am
parent92bda2727b604e442178e9d79ce133bf3947109d (diff)
downloadmate-system-monitor-16348f50a9e7949138e78c671854d9aa7be9f146.tar.bz2
mate-system-monitor-16348f50a9e7949138e78c671854d9aa7be9f146.tar.xz
fix make file for automake-1.13
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
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)"\" \