X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fautomake.mk;h=29e4034d270db9038d396c79d0205641325f8bfb;hb=e0668bd1d448d6f17c20b9c7ba91344180809061;hp=d26092062d52e77d5e163f00008076a0beb3c40b;hpb=b0fc010acb340f51a0517c36fbcdedd4f40f800e;p=sliver-openvswitch.git diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index d26092062..29e4034d2 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -23,7 +23,9 @@ vswitchd_ovs_vswitchd_LDADD = \ $(SSL_LIBS) vswitchd_ovs_brcompatd_SOURCES = \ - vswitchd/ovs-brcompatd.c + vswitchd/ovs-brcompatd.c \ + vswitchd/vswitch-idl.c \ + vswitchd/vswitch-idl.h vswitchd_ovs_brcompatd_LDADD = \ lib/libopenvswitch.a \ @@ -36,9 +38,15 @@ EXTRA_DIST += \ EXTRA_DIST += vswitchd/vswitch-idl.ovsidl BUILT_SOURCES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h DISTCLEANFILES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h -noinst_DATA += vswitchd/vswitch-idl.ovsschema -DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema -vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema: \ +noinst_DATA += vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt +DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt +vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h \ +vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt: \ ovsdb/ovsdb-idlc.in vswitchd/vswitch-idl.c: vswitchd/vswitch-idl.h -EXTRA_DIST += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema +EXTRA_DIST += \ + vswitchd/vswitch-idl.c \ + vswitchd/vswitch-idl.h \ + vswitchd/vswitch-idl.ovsschema \ + vswitchd/vswitch-idl.txt +