mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
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
7 lines
189 B
Makefile
7 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
|