ovs-ofctl: Support large number of ports with "show" command.
[openvswitch] / include / openflow / automake.mk
index 70cd520d3f06a5b26b82c907a84a122a6745299c..4b7bc07fdc53612303ec0a36b4be1e7ee00ff32f 100644 (file)
@@ -1,6 +1,9 @@
 noinst_HEADERS += \
        include/openflow/nicira-ext.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
 
 if HAVE_PYTHON
@@ -11,15 +14,22 @@ SUFFIXES += .h .hstamp
        touch $@
 
 HSTAMP_FILES = \
-       include/openflow/openflow.hstamp \
+       include/openflow/nicira.hstamp \
        include/openflow/openflow-1.0.hstamp \
-       include/openflow/nicira.hstamp
+       include/openflow/openflow-1.1.hstamp \
+       include/openflow/openflow-1.2.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.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/nicira-ext.hstamp: \
        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
 endif