X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fautomake.mk;fp=planetlab%2Fautomake.mk;h=65a6e16472f7de18cc3231ad96573c8bed51b825;hb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;hp=0000000000000000000000000000000000000000;hpb=079b5942276a04b2b18f1ec5bd2e07170e3ab9bd;p=sliver-openvswitch.git diff --git a/planetlab/automake.mk b/planetlab/automake.mk new file mode 100644 index 000000000..65a6e1647 --- /dev/null +++ b/planetlab/automake.mk @@ -0,0 +1,23 @@ +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 +# same goes for showgraph +# planetlab/scripts/showgraph +dist_sbin_SCRIPTS += \ + planetlab/scripts/start_ovsdb-server \ + planetlab/scripts/start_vswitchd \ + planetlab/scripts/create_bridge \ + planetlab/scripts/create_port \ + planetlab/scripts/del_bridge \ + planetlab/scripts/del_port + +planetlab_pltap_ovs_pltap_ovs_SOURCES = \ + planetlab/pltap-ovs/pltap-ovs.c \ + planetlab/pltap-ovs/tunalloc.c \ + planetlab/pltap-ovs/tunalloc.h + +planetlab_vsysc_vsysc_SOURCES = \ + planetlab/vsysc/vsysc.c