ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.
[sliver-openvswitch.git] / include / openflow / automake.mk
index 4b7bc07..76a8f06 100644 (file)
@@ -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
 
@@ -10,27 +11,39 @@ if HAVE_PYTHON
 SUFFIXES += .h .hstamp
 
 .h.hstamp:
-       $(PYTHON) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $<
+       $(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $<
        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