[Libguestfs] [PATCH nbdkit 01/10] common: Allow common/ functions to be used by core server.

Richard W.M. Jones rjones at redhat.com
Sun Aug 12 08:51:16 UTC 2018


Originally the common/ directory was only for common code shared by
plugins and filters but that we didn't want to include in the core
server.  However we might as well make the code under common/
available everywhere.  (This now works the same way as the libguestfs
common/ directory.)
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 09dbdb9..2170b1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,11 +50,11 @@ SUBDIRS = \
 	bash \
 	docs \
 	include \
+	common/include \
 	src
 
 if HAVE_PLUGINS
 SUBDIRS += \
-	common/include \
 	plugins \
 	filters
 endif
-- 
2.18.0




More information about the Libguestfs mailing list