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