X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=76a8f062c0bef018adbdc683fff3ffa4cc7cb1ca;hb=cc457b0fa2e45555b354d7107cabf9c9adc89183;hp=38e8eefd16613ca769d642b9ccbb6197dcbdfb30;hpb=e368cad8ecf6dbf272b2a3775b2e3e5e2dc6a5cf;p=sliver-openvswitch.git diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index 38e8eefd1..76a8f062c 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -3,6 +3,7 @@ noinst_HEADERS += \ include/openflow/openflow-1.0.h \ include/openflow/openflow-1.1.h \ include/openflow/openflow-1.2.h \ + include/openflow/openflow-1.3.h \ include/openflow/openflow-common.h \ include/openflow/openflow.h @@ -14,23 +15,35 @@ SUFFIXES += .h .hstamp touch $@ HSTAMP_FILES = \ - include/openflow/nicira.hstamp \ + include/openflow/nicira-ext.hstamp \ include/openflow/openflow-1.0.hstamp \ include/openflow/openflow-1.1.hstamp \ include/openflow/openflow-1.2.hstamp \ + include/openflow/openflow-1.3.hstamp \ + include/openflow/openflow-common.hstamp \ include/openflow/openflow.hstamp CLEANFILES += $(HSTAMP_FILES) ALL_LOCAL += $(HSTAMP_FILES) $(HSTAMP_FILES): build-aux/check-structs -include/openflow/openflow-1.0.hstamp: include/openflow/openflow-common.h -include/openflow/openflow-1.1.hstamp: include/openflow/openflow-common.h +include/openflow/openflow-1.0.hstamp: \ + include/openflow/openflow-common.h +include/openflow/openflow-1.1.hstamp: \ + include/openflow/openflow-common.h +include/openflow/openflow-1.2.hstamp: \ + include/openflow/openflow-common.h \ + include/openflow/openflow-1.1.h +include/openflow/openflow-1.3.hstamp: \ + include/openflow/openflow-common.h \ + include/openflow/openflow-1.1.h \ + include/openflow/openflow-1.2.h include/openflow/nicira-ext.hstamp: \ + include/openflow/openflow.h \ + include/openflow/openflow-common.h \ include/openflow/openflow-1.0.h \ include/openflow/openflow-1.1.h \ include/openflow/openflow-1.2.h \ - include/openflow/openflow-common.h \ - include/openflow/openflow.h + include/openflow/openflow-1.3.h endif EXTRA_DIST += build-aux/check-structs