diff options
author | Gerald Combs <gerald@wireshark.org> | 2007-04-05 23:23:06 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2007-04-05 23:23:06 +0000 |
commit | 5620d4fa15d4e0d68471e8eb2ec1daaf29902f18 (patch) | |
tree | 1358c1768f2f09d40c976126fd310f835d6273d3 /plugins/irda | |
parent | f5b1443173c9efb8284f883e4d260a3c0f7afd4e (diff) | |
download | wireshark-5620d4fa15d4e0d68471e8eb2ec1daaf29902f18.tar.gz wireshark-5620d4fa15d4e0d68471e8eb2ec1daaf29902f18.tar.bz2 wireshark-5620d4fa15d4e0d68471e8eb2ec1daaf29902f18.zip |
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/irda')
-rw-r--r-- | plugins/irda/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/irda/Makefile.nmake b/plugins/irda/Makefile.nmake index e8766d5293..3a1c424b5c 100644 --- a/plugins/irda/Makefile.nmake +++ b/plugins/irda/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) |