diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-12-25 23:07:48 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-12-25 23:41:34 -0200 |
commit | 1315123955f8c53e5ac9f7f5fb937c5e110aa4f1 (patch) | |
tree | b652ab67f95ff319011d0bf08ad86bef7f46b14a /Makefile.am | |
parent | fd56638aed3fe147015bfa10ed4a5f7491303cb4 (diff) | |
download | kmod-1315123955f8c53e5ac9f7f5fb937c5e110aa4f1.tar.gz kmod-1315123955f8c53e5ac9f7f5fb937c5e110aa4f1.tar.bz2 kmod-1315123955f8c53e5ac9f7f5fb937c5e110aa4f1.zip |
build-sys: Don't add libkmod subdirectory to include path
Like 05437b8 (Makefile.am: Don't add abc subdirectory to include path)
in libabc by Josh Triplett.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a69fbc..72b66ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,6 @@ export GCC_COLORS AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ - -I$(top_srcdir)/libkmod \ -I$(top_srcdir) \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBEXECDIR=\""$(libexecdir)"\" \ |