1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am

This commit is contained in:
Sebastien Helleu
2013-07-20 09:07:05 +02:00
parent 22b20d6206
commit 94b9104d14
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
#
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PYTHON_CFLAGS)
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(PYTHON_CFLAGS)
libdir = ${weechat_libdir}/plugins