From 822c06d9e3983b37cd1830c594210973cb560991 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Sat, 28 Nov 2009 16:27:10 -0800 Subject: remove tertiary include paths With all #include directives converted, we only need to have the top-level src/ directory in the search path. --- src/helper/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/helper') diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index bf8527f8..4f74b9ae 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,7 +1,5 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/target \ -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO -- cgit v1.2.3