dont package Makefile in the sliver
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 5 Jul 2012 23:42:46 +0000 (01:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 5 Jul 2012 23:42:46 +0000 (01:42 +0200)
planetlab/automake.mk

index 39fc465..84b53b4 100644 (file)
@@ -2,6 +2,8 @@ sbin_PROGRAMS += \
        planetlab/pltap-ovs/pltap-ovs \
        planetlab/vsysc/vsysc
 
+# this Makefile is not intended to go on the sliver image - esp. not in /usr/sbin
+#      planetlab/scripts/Makefile \
 dist_sbin_SCRIPTS += \
        planetlab/scripts/start_ovsdb-server \
        planetlab/scripts/start_vswitchd \
@@ -9,7 +11,6 @@ dist_sbin_SCRIPTS += \
        planetlab/scripts/create_port \
        planetlab/scripts/del_bridge \
        planetlab/scripts/del_port \
-       planetlab/scripts/Makefile \
        planetlab/scripts/showgraph
 
 planetlab_pltap_ovs_pltap_ovs_SOURCES = \