summaryrefslogtreecommitdiff
path: root/src/plugins/charset/Makefile.am
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-07-20 09:07:05 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-07-20 09:07:05 +0200
commit94b9104d14c1aee0e95ce1f9a69f7da01bf5e0d6 (patch)
treeddbe0fc4334f11ed7a72153355b3ea0ae4d16013 /src/plugins/charset/Makefile.am
parent22b20d62060cb1d576f3761aa0867b20ac6ce698 (diff)
downloadweechat-94b9104d14c1aee0e95ce1f9a69f7da01bf5e0d6.zip
core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am
Diffstat (limited to 'src/plugins/charset/Makefile.am')
-rw-r--r--src/plugins/charset/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/charset/Makefile.am b/src/plugins/charset/Makefile.am
index f87698224..ef7a19226 100644
--- a/src/plugins/charset/Makefile.am
+++ b/src/plugins/charset/Makefile.am
@@ -17,7 +17,7 @@
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
#
-INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(CHARSET_CFLAGS)
+AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(CHARSET_CFLAGS)
libdir = ${weechat_libdir}/plugins