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=c5e8f755bb12d0c7af08484ef40b31696007267d;hb=12fb4a80d68ad14c18a35f60cc6d8a671f728ac9;hpb=beaee5a1ec2d8d70222163de995aa99adff0f052 diff --git a/Makefile.PL b/Makefile.PL index c5e8f75..215ba95 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,5 +13,9 @@ WriteMakefile( 'JSON::PP' => 0, 'CPS::Future' => 0, }, - EXE_FILES => [ 'bin/object-remote-node' ], + EXE_FILES => [ + 'bin/object-remote-node', + 'bin/object-remote-slave', + 'bin/remoterepl', + ], );