diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 09:07:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 09:07:05 +0200 |
commit | 94b9104d14c1aee0e95ce1f9a69f7da01bf5e0d6 (patch) | |
tree | ddbe0fc4334f11ed7a72153355b3ea0ae4d16013 /src/plugins/charset/Makefile.am | |
parent | 22b20d62060cb1d576f3761aa0867b20ac6ce698 (diff) | |
download | weechat-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.am | 2 |
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 |