moved mod/awk to lib/awkmod

This commit is contained in:
2019-05-09 07:35:33 +00:00
parent 04a1de0303
commit 7a49f16742
18 changed files with 31 additions and 704 deletions

View File

@ -1,4 +1,8 @@
SUBDIRS = cmn cry si sed awk xli http rad dhcp sttp
if ENABLE_STATIC_MODULE
SUBDIRS = cmn cry si sed awkmod awk xli http rad dhcp sttp
else
SUBDIRS = cmn cry si sed awk awkmod xli http rad dhcp sttp
endif
DIST_SUBDIRS = $(SUBDIRS)
pkgconfigdir = $(libdir)/pkgconfig