Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan Makefile.common Makefile.am Makefile.nm

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

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Mon, 1 Mar 2004 19:21:56 -0600 (CST)
jmayer      2004/03/01 19:21:56 CST

  Modified files:
    epan                 Makefile.am Makefile.nmake configure.in 
  Added files:
    epan                 Makefile.common 
  Log:
  Move the dissectors into libethereal (no static/shared lib changes):
  - Create epan/Makefile.common
  - Move dissector_src and helper files from Makefile.common to
    epan/Makefile.common
  - Create register.c in epan/
  - link all the files into libethereal
  - put plugin_src into epan/Makefile.am
  
  Try to make rpms build with rpm v4 again (sorry, I've forgotten who to
  attribute this to).
  
  Revision  Changes    Path
  1.33      +118 -2    ethereal/epan/Makefile.am
  1.34      +48 -2     ethereal/epan/Makefile.nmake
  1.61      +8 -1      ethereal/epan/configure.in