merged sys and io to si

This commit is contained in:
2016-04-28 14:33:10 +00:00
parent 3c5b45571e
commit 49d3dcfeda
50 changed files with 147 additions and 78 deletions

View File

@ -783,16 +783,14 @@ AC_CONFIG_FILES([
include/Makefile
include/qse/Makefile
include/qse/cmn/Makefile
include/qse/sys/Makefile
include/qse/io/Makefile
include/qse/si/Makefile
include/qse/awk/Makefile
include/qse/sed/Makefile
include/qse/xli/Makefile
include/qse/http/Makefile
lib/Makefile
lib/cmn/Makefile
lib/sys/Makefile
lib/io/Makefile
lib/si/Makefile
lib/awk/Makefile
lib/sed/Makefile
lib/xli/Makefile
@ -809,7 +807,7 @@ AC_CONFIG_FILES([
cmd/http/Makefile
samples/Makefile
samples/cmn/Makefile
samples/sys/Makefile
samples/si/Makefile
samples/awk/Makefile
samples/sed/Makefile
samples/http/Makefile