add all scripts
[scpubgit/Object-Remote.git] / Makefile.PL
index c5e8f75..215ba95 100644 (file)
@@ -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',
+  ],
 );