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: Tue, 15 Feb 2000 15:18:02 -0600 (CST)
gram        2000/02/15 15:18:00 CST

  Modified files:
    .                    Makefile.am 
  Log:
  Build/packaging fix. We have to include an install-exec-hook target
  for non-setuid builds, simply because of the way automake works. Automake
  makes install-exec-hook a dependency of install-exec-am because it sees it
  in Makefile.am, without taking into account the ifdef.
  
  Revision  Changes    Path
  1.168     +3 -1      ethereal/Makefile.am