diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:02:09 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-18 21:10:24 +0200 |
commit | cdc7cb02b0f38c45af53fe697c1736958a236a36 (patch) | |
tree | 73b22a448ff6cd3af39f0bc90952abccde7f05fe | |
parent | efb4c56bf821bc0e71930a79f816152be67c3f4f (diff) | |
download | caja-cdc7cb02b0f38c45af53fe697c1736958a236a36.tar.bz2 caja-cdc7cb02b0f38c45af53fe697c1736958a236a36.tar.xz |
INCLUDES to AM_CPPFLAGS
-rw-r--r-- | libcaja-private/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am index c80e1547..b3bffb2f 100644 --- a/libcaja-private/Makefile.am +++ b/libcaja-private/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.shared noinst_LTLIBRARIES=libcaja-private.la -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/cut-n-paste-code \ |