summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-11 07:58:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-11 08:07:50 -0800
commit8debdc1d8c3ed7ef00d016b5dd520e3f2211d011 (patch)
tree800d8f292a10141290b3c84184b8f29bc88dc76a /lib
parent81ac937e0b8bc180d0a6db5691cbe2cb17dc9253 (diff)
downloadgrep-8debdc1d8c3ed7ef00d016b5dd520e3f2211d011.tar.gz
build: remove redundant use of $(INCLUDES)
* lib/Makefile.am (INCLUDES): Remove. Automake automatically adds $(srcdir) and $(top_builddir) to the C preprocessor search path. INCLUDES is deprecated in Automake 1.13 (causing a runtime warning), and will be removed in Automake 1.14.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0d9eff34..2c7cd472 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,8 +27,6 @@ noinst_LIBRARIES =
include gnulib.mk
-INCLUDES = -I.. -I$(srcdir)
-
AM_CFLAGS += $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
libgreputils_a_SOURCES += \