X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=b8dbc71b3ba8c498c1f498c47ae89f048b561827;hb=c874f17fc743b38295f6059ab6554561b7555724;hp=8c48b1cb7af31c69a282bf96c659fe11f73e0508;hpb=05b3c97be6a9a5efa27edb40023e329f680837c5;p=openvswitch diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index 8c48b1cb..b8dbc71b 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -1,5 +1,4 @@ noinst_HEADERS += \ - include/openflow/openflow-mgmt.h \ include/openflow/nicira-ext.h \ include/openflow/openflow.h @@ -9,12 +8,14 @@ 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 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 +