diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-18 15:05:15 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-18 15:05:15 -0700 |
commit | c599a345825236d8e0c89c6c43a66d778422153d (patch) | |
tree | 2a7d6049b7f2e2299be487ea5eddb4e311e364bd /src | |
parent | 93a2ed0d29cd905560eb0a285d18c8096d79e931 (diff) | |
parent | 5c97d988bca602cb73efc7f3ae62a7fb51baff05 (diff) | |
download | caja-c599a345825236d8e0c89c6c43a66d778422153d.tar.bz2 caja-c599a345825236d8e0c89c6c43a66d778422153d.tar.xz |
Merge pull request #141 from NiceandGently/master
fix privat icons dir and make files for automake-1.13
Diffstat (limited to 'src')
-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 84ee8b5f..189c1f5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ libexec_PROGRAMS = \ caja-convert-metadata \ $(NULL) -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/cut-n-paste-code \ -I$(top_builddir)/libcaja-private \ |