Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/plugins/gryphon moduleinfo.h Makefile.am

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sat, 8 Jan 2000 13:37:52 -0600 (CST)
gram        2000/01/08 13:37:30 CST

  Modified files:
    plugins/gryphon      Makefile.am packet-gryphon.c 
  Added files:
    plugins/gryphon      moduleinfo.h 
  Removed files:
    plugins/gryphon      aclocal.m4 autogen.sh configure.in 
  Log:
  I finally got autoconf, automake, and the plugins to behave together.
  The distro is buildable finally. I had to change "plugins/gryphon" from
  a separately configured (i.e., "./configure") package to a member of
  the main ethereal autoconf package so that PLUGIN_DIR could be passed
  to plugins/gryphon/Makefile.am. In doing so, I had to get rid of
  plugins/gryphon/config.h which had PACKAGE and VERSION #defined, the latter
  of which was actually used in packet-gryphon.c. So I moved those two
  #defines into a new file, plugins/gryphon/moduleinfo.h.
  
  Revision  Changes    Path
  1.4       +2 -2      ethereal/plugins/gryphon/Makefile.am
  1.4       +3 -1      ethereal/plugins/gryphon/packet-gryphon.c