diff options
Diffstat (limited to 'lib/libavl/Makefile.am')
-rw-r--r-- | lib/libavl/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libavl/Makefile.am b/lib/libavl/Makefile.am index 82b30bd80..618cef1e1 100644 --- a/lib/libavl/Makefile.am +++ b/lib/libavl/Makefile.am @@ -5,10 +5,6 @@ VPATH = $(top_srcdir)/module/avl/ # Includes kernel code, generate warnings for large stack frames AM_CFLAGS += $(FRAME_LARGER_THAN) -DEFAULT_INCLUDES += \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/lib/libspl/include - noinst_LTLIBRARIES = libavl.la USER_C = |