X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=215ba95960183e8d907eecc8c3b7247547bf8df1;hb=7462160ed87d1eb2c10cb4c9e37e51dbdcb4d3f4;hp=c5e8f755bb12d0c7af08484ef40b31696007267d;hpb=beaee5a1ec2d8d70222163de995aa99adff0f052;p=scpubgit%2FObject-Remote.git 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', + ], );