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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user