diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-12-17 05:16:21 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-12-17 05:16:21 +0000 |
commit | 2df96b563e681402e25dad55b7d68a769ff26a39 (patch) | |
tree | 2a8ce69fba42aa3ffdd191f08c41dec956f5542a /plugins/Makefile.nmake | |
parent | c642c44ad8ce2cef14fadbc6c5e8577dd36dfebd (diff) | |
download | wireshark-2df96b563e681402e25dad55b7d68a769ff26a39.tar.gz wireshark-2df96b563e681402e25dad55b7d68a769ff26a39.tar.bz2 wireshark-2df96b563e681402e25dad55b7d68a769ff26a39.zip |
From Christoph Neusch: V5UA support.
From Anders Broman: patches to various makefiles and configure scripts
to build the V5UA dissector, and patches to make it compile.
From me: .cvsignore file, and NSIS patches.
svn path=/trunk/; revision=9311
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r-- | plugins/Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index 04d8170454..dff8d6d1e4 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -1,5 +1,5 @@ # -# $Id: Makefile.nmake,v 1.29 2003/11/18 19:31:51 guy Exp $ +# $Id: Makefile.nmake,v 1.30 2003/12/17 05:16:21 guy Exp $ # include ..\config.nmake @@ -11,7 +11,7 @@ CFLAGS=/DHAVE_CONFIG_H /I.. /I../wiretap /I. $(GLIB_CFLAGS) \ OBJECTS=plugin_api.obj -all: $(OBJECTS) acn artnet asn1 docsis enttec giop gryphon lwres megaco mgcp pcli rdm rtnet +all: $(OBJECTS) acn artnet asn1 docsis enttec giop gryphon lwres megaco mgcp pcli rdm rtnet v5ua Xplugin_api.c: plugin_gen.py plugin_api_list.c @echo **** Plugin api may be out of date, please generate new files: |