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