X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=4b370d4f3faa5e906fb779e4b6be7818d63f8793;hb=67f6bdd73b612eae4f193164ccf3c144214e9f16;hp=146f9c4aac6a031b863dc184605943b246d10351;hpb=7c6a5f146742506a7a15cceface63ec3ba1e3076;p=openvswitch diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index 146f9c4a..4b370d4f 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -1,17 +1,16 @@ 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 $@