From 0be16f4536991e928195a8959198026321f73233 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Fri, 6 Sep 2013 23:36:53 +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 98decaa..f03fe1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"Caja-Python\" \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)\" \ -- cgit v1.2.1