diff options
| author | Wolfgang Ulbrich <[email protected]> | 2013-09-06 23:36:53 +0200 | 
|---|---|---|
| committer | Wolfgang Ulbrich <[email protected]> | 2013-09-06 23:36:53 +0200 | 
| commit | 0be16f4536991e928195a8959198026321f73233 (patch) | |
| tree | 998d4b97515eede96b62c1e9ba81e410c96fa162 | |
| parent | ddbeb4f06fc5bcc13766b9cf7fdfe641463c594e (diff) | |
| download | python-caja-0be16f4536991e928195a8959198026321f73233.tar.bz2 python-caja-0be16f4536991e928195a8959198026321f73233.tar.xz | |
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)\"				\ | 
