Adding libguestfs

This commit is contained in:
Gerardo J. Puerta
2020-01-15 18:07:31 +01:00
parent 31334171d5
commit fef65a64e7
20 changed files with 756 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,9 +88,6 @@
if HAVE_HASKELL
SUBDIRS += haskell
endif
-if HAVE_PHP
-SUBDIRS += php
-endif
if HAVE_ERLANG
SUBDIRS += erlang erlang/examples
endif