From 94b9104d14c1aee0e95ce1f9a69f7da01bf5e0d6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 20 Jul 2013 09:07:05 +0200 Subject: core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am --- src/plugins/ruby/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/ruby/Makefile.am') diff --git a/src/plugins/ruby/Makefile.am b/src/plugins/ruby/Makefile.am index 06203f749..5fc93eb45 100644 --- a/src/plugins/ruby/Makefile.am +++ b/src/plugins/ruby/Makefile.am @@ -17,7 +17,7 @@ # along with WeeChat. If not, see . # -INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(RUBY_CFLAGS) +AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(RUBY_CFLAGS) libdir = ${weechat_libdir}/plugins -- cgit v1.2.3