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

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Wed, 14 Apr 2004 17:13:27 -0500 (CDT)
obiot       2004/04/14 17:13:26 CDT

  Modified files:
    plugins/rlm          Makefile.am 
  Log:
  Add support for plugin dissectors on cygwin builds, by adding the following
  line to every Makefile.am file for a given plugin XXX:
  
  	XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@
  
  This way symbols defined in libethereal and GLib are resolved when linking
  the plugin dissector modules.
  
  Revision  Changes    Path
  1.2       +2 -1      ethereal/plugins/rlm/Makefile.am