blob: 82b30bd80fa0284d81475ab74401d2238fc8af2e [file] [log] [blame]
include $(top_srcdir)/config/Rules.am
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 =
KERNEL_C = \
avl.c
nodist_libavl_la_SOURCES = \
$(USER_C) \
$(KERNEL_C)
EXTRA_DIST = $(USER_C)