]> git.proxmox.com Git - mirror_ovs.git/blame - include/openflow/automake.mk
Add support for extended netdev statistics based on RFC 2819.
[mirror_ovs.git] / include / openflow / automake.mk
CommitLineData
534985fd
TG
1openflowincludedir = $(includedir)/openflow
2openflowinclude_HEADERS = \
d6e3feb5 3 include/openflow/intel-ext.h \
4aa6cf58 4 include/openflow/netronome-ext.h \
064af421 5 include/openflow/nicira-ext.h \
53931554 6 include/openflow/openflow-1.0.h \
87ea5e5e 7 include/openflow/openflow-1.1.h \
6b05acf8 8 include/openflow/openflow-1.2.h \
2e1ae200 9 include/openflow/openflow-1.3.h \
252f3411 10 include/openflow/openflow-1.4.h \
73056818 11 include/openflow/openflow-1.5.h \
87ea5e5e 12 include/openflow/openflow-common.h \
064af421 13 include/openflow/openflow.h
05b3c97b
BP
14
15if HAVE_PYTHON
53931554 16SUFFIXES += .h .hstamp
05b3c97b 17
53931554 18.h.hstamp:
ef44aa50 19 $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $< && \
05b3c97b 20 touch $@
53931554 21
71d6ab45 22HSTAMP_FILES = $(openflowinclude_HEADERS:.h=.hstamp)
63633ffd 23CLEANFILES += $(HSTAMP_FILES)
53931554 24ALL_LOCAL += $(HSTAMP_FILES)
71d6ab45 25$(HSTAMP_FILES): build-aux/check-structs $(openflowinclude_HEADERS)
05b3c97b
BP
26endif
27
28EXTRA_DIST += build-aux/check-structs
7c6a5f14 29