aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-04-05 23:23:06 +0000
committerGerald Combs <gerald@wireshark.org>2007-04-05 23:23:06 +0000
commit5620d4fa15d4e0d68471e8eb2ec1daaf29902f18 (patch)
tree1358c1768f2f09d40c976126fd310f835d6273d3 /plugins/lwres
parentf5b1443173c9efb8284f883e4d260a3c0f7afd4e (diff)
Add the make-dissector-reg scripts to the dependency list for each copy
of plugin.c. svn path=/trunk/; revision=21342
Diffstat (limited to 'plugins/lwres')
-rw-r--r--plugins/lwres/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lwres/Makefile.nmake b/plugins/lwres/Makefile.nmake
index e8766d5293..3a1c424b5c 100644
--- a/plugins/lwres/Makefile.nmake
+++ b/plugins/lwres/Makefile.nmake
@@ -74,7 +74,7 @@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLU
# a plugin.c file for a plugin.
# All subsequent arguments are the files to scan.
#
-plugin.c: $(DISSECTOR_SRC)
+plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-dissector-reg
!IFDEF PYTHON
@echo Making plugin.c (using python)
@$(PYTHON) "../../tools/make-dissector-reg.py" . plugin $(DISSECTOR_SRC)