diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-03 01:48:25 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-03 01:48:25 -0700 |
commit | 8e0336cb256cfde2485a7321f773d916ab3e33fb (patch) | |
tree | 46c2d011d0b2def04861e2b4c6c8d67962fcd405 /plugins/docinfo/Makefile.am | |
parent | d5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff) | |
parent | 06ae9932b08699d0137d5049c58b87be3e3072b9 (diff) | |
download | pluma-8e0336cb256cfde2485a7321f773d916ab3e33fb.tar.bz2 pluma-8e0336cb256cfde2485a7321f773d916ab3e33fb.tar.xz |
Merge pull request #26 from infirit/master
Make automake happy: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'plugins/docinfo/Makefile.am')
-rwxr-xr-x | plugins/docinfo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docinfo/Makefile.am b/plugins/docinfo/Makefile.am index 27290fc7..ec9fc410 100755 --- a/plugins/docinfo/Makefile.am +++ b/plugins/docinfo/Makefile.am @@ -1,7 +1,7 @@ # docinfo plugin plugindir = $(PLUMA_PLUGINS_LIBS_DIR) -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ |