updated the build files to be able to choose between static modules and dynamic modules even if the main library is static

This commit is contained in:
2025-05-25 17:15:49 +09:00
parent 404b1297d3
commit cbf85790ec
17 changed files with 1149 additions and 682 deletions

View File

@ -4,11 +4,12 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += tools mod lib bin samples t
else
SUBDIRS += tools lib mod bin samples t
endif
#if ENABLE_STATIC_MODULE
#SUBDIRS += tools mod lib bin samples t
#else
#SUBDIRS += tools lib mod bin samples t
#endif
DIST_SUBDIRS = $(SUBDIRS)