diff options
author | raveit <[email protected]> | 2013-06-26 13:43:12 +0200 |
---|---|---|
committer | raveit <[email protected]> | 2013-06-26 13:43:12 +0200 |
commit | 2e7857628db74c72e25c9a03898b1b1d62aa6924 (patch) | |
tree | 5ab2b4cfa621ec8761f144bc61dba0659f57501d /src/Makefile.am | |
parent | 27da3a4c4e398d9a0eca099e9da6e8d742b0612f (diff) | |
download | caja-dropbox-2e7857628db74c72e25c9a03898b1b1d62aa6924.tar.bz2 caja-dropbox-2e7857628db74c72e25c9a03898b1b1d62aa6924.tar.xz |
fix automake-1.13 deprecations
Diffstat (limited to 'src/Makefile.am')
-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 016ecb9..9c405de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) |