Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins Makefile.am Makefile.nmake plugin_ge

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 18 Aug 2003 15:17:56 -0500 (CDT)
guy         2003/08/18 15:17:56 CDT

  Modified files:
    plugins              Makefile.am Makefile.nmake plugin_gen.py 
  Removed files:
    plugins              Xepan_plugins.c 
  Log:
  From Matthijs Melchior:
  
  	move the initialization of the addresses in the plugin interface
  	structure from run-time to link time;
  
  	don't attempt to rebuild the X* files automatically, just warn
  	that they're out of date and show the command used to rebuild
  	them (not everybody has GCC installed, but it's required in
  	order to rebuild them).
  
  Get rid of the checked-in Xepan_plugins.c, as it's no longer generated
  or used.
  
  Fix Makefile.am now that Xepan_plugins.c has been replaced by Xass-list.
  
  Give plugin_gen.py an RCS ID.
  
  Revision  Changes    Path
  1.21      +3 -4      ethereal/plugins/Makefile.am
  1.23      +7 -4      ethereal/plugins/Makefile.nmake
  1.2       +29 -25    ethereal/plugins/plugin_gen.py