diff options
author | infirit <[email protected]> | 2013-08-03 00:08:36 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-03 00:08:36 +0200 |
commit | 06ae9932b08699d0137d5049c58b87be3e3072b9 (patch) | |
tree | 46c2d011d0b2def04861e2b4c6c8d67962fcd405 /plugin-loaders/python | |
parent | d5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff) | |
download | pluma-06ae9932b08699d0137d5049c58b87be3e3072b9.tar.bz2 pluma-06ae9932b08699d0137d5049c58b87be3e3072b9.tar.xz |
Make automake happy: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'plugin-loaders/python')
-rw-r--r-- | plugin-loaders/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin-loaders/python/Makefile.am b/plugin-loaders/python/Makefile.am index ffbe0cd7..8cb55668 100644 --- a/plugin-loaders/python/Makefile.am +++ b/plugin-loaders/python/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = bindings loaderdir = $(libdir)/pluma/plugin-loaders -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/pluma \ |