Merge "master" into "next".
[sliver-openvswitch.git] / include / openflow / automake.mk
1 noinst_HEADERS += \
2         include/openflow/nicira-ext.h \
3         include/openflow/openflow.h
4
5 if HAVE_PYTHON
6 all-local: include/openflow/openflow.h.stamp
7 include/openflow/openflow.h.stamp: \
8         include/openflow/openflow.h build-aux/check-structs
9         $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
10         touch $@
11 DISTCLEANFILES += include/openflow/openflow.h.stamp
12
13 all-local: include/openflow/nicira-ext.h.stamp
14 include/openflow/nicira-ext.h.stamp: include/openflow/openflow.h include/openflow/nicira-ext.h build-aux/check-structs
15         $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h
16         touch $@
17 DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
18 endif
19
20 EXTRA_DIST += build-aux/check-structs
21