]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: Distribute check-symfile.pl
authorCole Robinson <crobinso@redhat.com>
Mon, 13 Aug 2012 14:39:23 +0000 (10:39 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 13 Aug 2012 19:26:13 +0000 (15:26 -0400)
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

src/Makefile.am

index 79b4e599208a277c24f4c8fea9d6661d198b7619..8a93a32a1a781beab60dabbde237e03ef40cf856 100644 (file)
@@ -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)