Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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:36:17 -0600 (CST)
gram        2000/01/08 13:36:14 CST

  Modified files:
    .                    Makefile.am 
  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.145     +23 -10    ethereal/Makefile.am