From f66006c6890b231ac4dafcf8ad6b56dfa04dd7c1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 07 Sep 2013 10:22:26 +0000 Subject: Merge pull request #9 from NiceandGently/master fix make file for automake-1.13 --- 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