datapath: Update for changes in 2.6.39-rc1
[openvswitch] / include / openflow / automake.mk
index 8c48b1cb7af31c69a282bf96c659fe11f73e0508..4b370d4f3faa5e906fb779e4b6be7818d63f8793 100644 (file)
@@ -1,20 +1,21 @@
 noinst_HEADERS += \
-       include/openflow/openflow-mgmt.h \
        include/openflow/nicira-ext.h \
        include/openflow/openflow.h
 
 if HAVE_PYTHON
-all-local: include/openflow/openflow.h.stamp
+ALL_LOCAL += include/openflow/openflow.h.stamp
 include/openflow/openflow.h.stamp: \
        include/openflow/openflow.h build-aux/check-structs
        $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
        touch $@
+DISTCLEANFILES += include/openflow/openflow.h.stamp
 
-all-local: include/openflow/nicira-ext.h.stamp
+ALL_LOCAL += include/openflow/nicira-ext.h.stamp
 include/openflow/nicira-ext.h.stamp: include/openflow/openflow.h include/openflow/nicira-ext.h build-aux/check-structs
        $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h
        touch $@
+DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
 endif
 
 EXTRA_DIST += build-aux/check-structs
-DISTCLEANFILES += include/openflow/openflow.h.stamp 
+