Files
mirror_zfs/lib/libavl/Makefile.am
T

23 lines
357 B
Makefile
Raw Normal View History

2010-08-26 11:22:58 -07:00
include $(top_srcdir)/config/Rules.am
2014-06-09 23:55:31 +02:00
VPATH = $(top_srcdir)/module/avl/
2010-08-26 11:22:58 -07:00
AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
DEFAULT_INCLUDES += \
-I$(top_srcdir)/include \
-I$(top_srcdir)/lib/libspl/include
2010-08-26 11:22:58 -07:00
noinst_LTLIBRARIES = libavl.la
2010-08-26 11:22:58 -07:00
2014-06-09 23:55:31 +02:00
USER_C =
KERNEL_C = \
avl.c
nodist_libavl_la_SOURCES = \
$(USER_C) \
$(KERNEL_C)
EXTRA_DIST = $(USER_C)