summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-09-06 23:36:53 +0200
committerWolfgang Ulbrich <[email protected]>2013-09-06 23:36:53 +0200
commit0be16f4536991e928195a8959198026321f73233 (patch)
tree998d4b97515eede96b62c1e9ba81e410c96fa162
parentddbeb4f06fc5bcc13766b9cf7fdfe641463c594e (diff)
downloadpython-caja-0be16f4536991e928195a8959198026321f73233.tar.bz2
python-caja-0be16f4536991e928195a8959198026321f73233.tar.xz
fix make file for automake-1.13
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)\" \