Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.nmake

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Jan 2002 04:21:58 -0600 (CST)
guy         2002/01/21 04:21:58 CST

  Modified files:
    .                    Makefile.nmake 
  Log:
  Include files from the "epan" directory and subdirectories thereof with
  "epan/..." pathnames, so as to avoid collisions with header files in any
  of the directories in which we look (e.g., "proto.h", as some other
  package has its own "proto.h" file which it installs in the top-level
  include directory).
  
  Don't add "-I" flags to search "epan", as that's no longer necessary
  (and we want includes of "epan" headers to fail if the "epan/" is left
  out, so that we don't re-introduce includes lacking "epan/").
  
  Revision  Changes    Path
  1.165     +2 -2      ethereal/Makefile.nmake