mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
c982359460
Thus extracting the final shred of utility Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
8 lines
189 B
Makefile
8 lines
189 B
Makefile
libavl_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
|
|
libavl_la_CFLAGS += -fvisibility=hidden
|
|
|
|
noinst_LTLIBRARIES += libavl.la
|
|
|
|
nodist_libavl_la_SOURCES = \
|
|
module/avl/avl.c
|