From: Cole Robinson Date: Mon, 13 Aug 2012 14:39:23 +0000 (-0400) Subject: build: Distribute check-symfile.pl X-Git-Tag: v0.10.0-rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6f80107c41e2baf1353f45312925006df24162;p=thirdparty%2Flibvirt.git build: Distribute check-symfile.pl Otherwise distcheck can fail with: GEN check-symfile Can't open perl script "../../src/check-symfile.pl": No such file or directory make[4]: *** [check-symfile] Error 2 --- diff --git a/src/Makefile.am b/src/Makefile.am index 79b4e59920..8a93a32a1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -331,7 +331,7 @@ else !WITH_REMOTE # re-generated when configured --without-remote. check-protocol: endif -EXTRA_DIST += $(PROTOCOL_STRUCTS) +EXTRA_DIST += $(PROTOCOL_STRUCTS) check-symfile.pl check-local: check-protocol check-symfile .PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct)