From: Jim Meyering Date: Wed, 22 Jul 2009 09:10:14 +0000 (-0400) Subject: avoid a make distcheck failure: distribute docs/schemas/interface.rng X-Git-Tag: v0.7.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec87af68e45e027db18a6e8e9f679b8e5294733;p=thirdparty%2Flibvirt.git avoid a make distcheck failure: distribute docs/schemas/interface.rng * docs/schemas/Makefile.am (schema_DATA): Add interface.rng. --- diff --git a/docs/schemas/Makefile.am b/docs/schemas/Makefile.am index c4ef0b1cae..ef41a63aa9 100644 --- a/docs/schemas/Makefile.am +++ b/docs/schemas/Makefile.am @@ -3,6 +3,7 @@ schemadir = $(pkgdatadir)/schemas schema_DATA = \ domain.rng \ + interface.rng \ network.rng \ storagepool.rng \ storagevol.rng \