summaryrefslogtreecommitdiff
path: root/include/openflow/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-26 10:47:50 -0800
committerBen Pfaff <blp@nicira.com>2010-01-26 10:47:50 -0800
commit7c6a5f146742506a7a15cceface63ec3ba1e3076 (patch)
tree43c6cf0f1a23935a6f0c62175878e3ae2e2f161a /include/openflow/automake.mk
parent29381db022b1fd73c3d6e69150dd0cca64a59dfa (diff)
downloadopenvswitch-7c6a5f146742506a7a15cceface63ec3ba1e3076.tar.gz
Fix "make distcleancheck" by deleting the nicira-ext.h stamp file too.
Diffstat (limited to 'include/openflow/automake.mk')
-rw-r--r--include/openflow/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk
index 8c48b1cb7..146f9c4aa 100644
--- a/include/openflow/automake.mk
+++ b/include/openflow/automake.mk
@@ -9,12 +9,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
+