From: Thierry Parmentelat Date: Thu, 5 Jul 2012 23:42:46 +0000 (+0200) Subject: dont package Makefile in the sliver X-Git-Tag: sliver-openvswitch-0.1-1~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=96c02b7d7d9b1734d88677a501b1429d6ff45395;p=sliver-openvswitch.git dont package Makefile in the sliver --- diff --git a/planetlab/automake.mk b/planetlab/automake.mk index 39fc465b5..84b53b422 100644 --- a/planetlab/automake.mk +++ b/planetlab/automake.mk @@ -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 = \