mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
Fix warning on automake-1.12.4
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
+1
-1
@@ -52,4 +52,4 @@ rtorrent_LDADD = \
|
||||
rtorrent_SOURCES = \
|
||||
main.cc
|
||||
|
||||
INCLUDES = -I$(srcdir) -I$(top_srcdir)
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
@@ -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
@@ -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)
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user