diff options
author | Stefano Karapetsas <[email protected]> | 2013-09-07 03:22:26 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-07 03:22:26 -0700 |
commit | f66006c6890b231ac4dafcf8ad6b56dfa04dd7c1 (patch) | |
tree | 998d4b97515eede96b62c1e9ba81e410c96fa162 | |
parent | 8717ed5e3d105f3a10aad6435e028c9d30271852 (diff) | |
parent | 0be16f4536991e928195a8959198026321f73233 (diff) | |
download | python-caja-f66006c6890b231ac4dafcf8ad6b56dfa04dd7c1.tar.bz2 python-caja-f66006c6890b231ac4dafcf8ad6b56dfa04dd7c1.tar.xz |
Merge pull request #9 from NiceandGently/master
fix make file for automake-1.13
-rw-r--r-- | src/Makefile.am | 2 |
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)\" \ |