aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKireinaHoro <[email protected]>2017-10-12 01:42:05 +0800
committerKireinaHoro <[email protected]>2017-10-12 01:42:05 +0800
commitd9ee0e2621d79c121b37e0a359d58834f37fbc78 (patch)
tree22464b0c7a1813803649b499aa5b17d56646409e /lib
parente102b1b51521f8444b5512796dca92e1c0518d1f (diff)
Remove useless DEFAULT_INCLUDES in AM_CCASFLAGS
CPPASCOMPILE and LTCPPASCOMPILE all include DEFAULT_INCLUDES, hence it's unnecessary to add the includes again. Signed-off-by: Pengcheng Xu <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/libspl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libspl/Makefile.am b/lib/libspl/Makefile.am
index 7efadae8e..395723af3 100644
--- a/lib/libspl/Makefile.am
+++ b/lib/libspl/Makefile.am
@@ -13,7 +13,6 @@ DEFAULT_INCLUDES += \
-I$(top_srcdir)/lib/libspl/include
AM_CCASFLAGS = \
- -I$(top_srcdir)/lib/libspl/include \
$(CFLAGS)
noinst_LTLIBRARIES = libspl.la