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
@@ -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)