Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk plugins_dlg.c

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Mon, 27 Dec 1999 22:40:21 -0600 (CST)
gerald      1999/12/27 22:40:17 CST

  Modified files:
    gtk                  plugins_dlg.c 
  Log:
  Add support for "--with-plugindir=<plugin install dir>" to configure.
  Make the default plugindir $(libdir)/ethereal/plugins/0.8.  Ethereal now
  looks for plugins in the following directories:
    /usr/lib/ethereal/plugins/0.8
    /usr/local/lib/ethereal/plugins/0.8
    $plugindir (if different from above)
    $HOME/.ethereal/plugins
  
  Revision  Changes    Path
  1.5       +8 -3      ethereal/gtk/plugins_dlg.c