added some builtin modules, but without many functions in them
This commit is contained in:
@ -3,7 +3,14 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
SUBDIRS = lib
|
||||
SUBDIRS =
|
||||
|
||||
if ENABLE_STATIC_MODULE
|
||||
SUBDIRS += mod lib
|
||||
else
|
||||
SUBDIRS += lib mod
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
|
||||
distclean-local:
|
||||
|
Reference in New Issue
Block a user