From 16348f50a9e7949138e78c671854d9aa7be9f146 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Fri, 26 Jul 2013 16:23:33 +0200 Subject: fix make file for automake-1.13 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)"\" \ -- cgit v1.2.1