Fix warning on automake-1.12.4

warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
skydrome
2013-05-09 14:00:09 -04:00
parent 7689059dbc
commit b113a02584
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ rtorrent_LDADD = \
rtorrent_SOURCES = \
main.cc
INCLUDES = -I$(srcdir) -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)
+1 -1
View File
@@ -30,4 +30,4 @@ libsub_core_a_SOURCES = \
view_manager.cc \
view_manager.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -50,4 +50,4 @@ libsub_display_a_SOURCES = \
window_tracker_list.cc \
window_tracker_list.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -12,4 +12,4 @@ libsub_input_a_SOURCES = \
text_input.cc \
text_input.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -27,4 +27,4 @@ libsub_rpc_a_SOURCES = \
xmlrpc.h \
xmlrpc.cc
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -30,4 +30,4 @@ libsub_ui_a_SOURCES = \
root.cc \
root.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -11,4 +11,4 @@ libsub_utils_a_SOURCES = \
socket_fd.cc \
socket_fd.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
+1 -1
View File
@@ -25,4 +25,4 @@ rtorrentTest_SOURCES = \
rtorrentTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
rtorrentTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/src
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/src