X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=215ba95960183e8d907eecc8c3b7247547bf8df1;hp=7dcccb62593b06d02448dfeda754affadc19a6fb;hb=1e3802e134845405a3aa45ec916d9dc6282925cd;hpb=9e72f0cf54e92bccdba71eb75037f1cfe4f69f36 diff --git a/Makefile.PL b/Makefile.PL index 7dcccb6..215ba95 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,4 +13,9 @@ WriteMakefile( 'JSON::PP' => 0, 'CPS::Future' => 0, }, + EXE_FILES => [ + 'bin/object-remote-node', + 'bin/object-remote-slave', + 'bin/remoterepl', + ], );