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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 9 Jan 2004 22:09:14 -0600 (CST)
guy         2004/01/09 22:09:14 CST

  Modified files:
    .                    Makefile.am Makefile.nmake 
  Log:
  Move header files for stuff used by dissectors, and source files
  containing helper routines, to DISSECTOR_HELPER_SRC.  Include
  DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include BUILT_SOURCES
  in ETHEREAL_COMMON_SRC rather than repeating those headers directly.  Do
  similar things with ETHEREAL_COMMON_OBJECTS and DISSECTOR_COMMON_OBJECTS
  in Makefile.nmake.
  
  Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built as part
  of the tarball.
  
  Revision  Changes    Path
  1.686     +41 -38    ethereal/Makefile.am
  1.385     +19 -16    ethereal/Makefile.nmake