Remove dependency on ocaml-extlib
[virt-top.git] / src / Makefile.am
index d10f223..aa55078 100644 (file)
@@ -45,7 +45,7 @@ EXTRA_DIST = \
        version.ml \
        virt-top.pod
 
-OCAMLPACKAGES = -package unix,extlib,curses,str,libvirt
+OCAMLPACKAGES = -package unix,curses,str,libvirt
 
 if HAVE_PKG_GETTEXT
 OCAMLPACKAGES  += -package gettext-stub