Rename src/ to lib/

This commit is contained in:
Richard W.M. Jones
2017-01-19 18:19:07 +00:00
parent b53cec584d
commit f161c9ea57
133 changed files with 417 additions and 421 deletions

View File

@@ -39,7 +39,7 @@ endif
# Basic source for the library.
SUBDIRS += common/errnostring common/protocol common/utils
SUBDIRS += src docs examples po
SUBDIRS += lib docs examples po
# The daemon and the appliance.
if ENABLE_DAEMON