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
This commit is contained in:
Cole Robinson 2012-08-13 10:39:23 -04:00
parent 4c8cf29447
commit 7e6f80107c

View File

@ -331,7 +331,7 @@ else !WITH_REMOTE
# re-generated when configured --without-remote. # re-generated when configured --without-remote.
check-protocol: check-protocol:
endif endif
EXTRA_DIST += $(PROTOCOL_STRUCTS) EXTRA_DIST += $(PROTOCOL_STRUCTS) check-symfile.pl
check-local: check-protocol check-symfile check-local: check-protocol check-symfile
.PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct) .PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct)