Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am acinclude.m4 configure.in

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 15 Jan 2000 02:08:26 -0600 (CST)
guy         2000/01/15 02:08:23 CST

  Modified files:
    .                    Makefile.am acinclude.m4 configure.in 
  Log:
  Tethereal needs the same set of additional objects that Ethereal does;
  make it link with them.
  
  Provide dependencies for Tethereal as well.
  
  Tethereal may need to be linked with "-lsocket" and/or "-lnsl"; check
  for that, and arrange that it be linked with them if necessary.
  
  Revision  Changes    Path
  1.153     +37 -4     ethereal/Makefile.am
  1.16      +61 -5     ethereal/acinclude.m4
  1.75      +11 -3     ethereal/configure.in