Definitions for Open Flow 1.2
[openvswitch] / include / openflow / automake.mk
index ac7412b76af05aa2fe6bb4563089e6f1e9e71028..4b7bc07fdc53612303ec0a36b4be1e7ee00ff32f 100644 (file)
@@ -2,6 +2,7 @@ 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
 
@@ -16,6 +17,7 @@ HSTAMP_FILES = \
        include/openflow/nicira.hstamp \
        include/openflow/openflow-1.0.hstamp \
        include/openflow/openflow-1.1.hstamp \
+       include/openflow/openflow-1.2.hstamp \
        include/openflow/openflow.hstamp
 CLEANFILES += $(HSTAMP_FILES)
 ALL_LOCAL += $(HSTAMP_FILES)
@@ -26,6 +28,7 @@ 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