remove tertiary include paths

With all #include directives converted, we only need to have the
top-level src/ directory in the search path.
This commit is contained in:
Zachary T Welch
2009-11-28 16:27:10 -08:00
parent f7bd1e8f3a
commit 822c06d9e3
12 changed files with 10 additions and 55 deletions

View File

@@ -1,9 +1,4 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/flash \
-I$(top_srcdir)/src/helper \
-I$(top_srcdir)/src/jtag \
-I$(top_srcdir)/src/target
AM_CPPFLAGS = -I$(top_srcdir)/src
noinst_LTLIBRARIES = libocdflashnand.la