Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/plugins 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:06:55 -0600 (CST)
gram        2000/02/15 15:06:48 CST

  Modified files:
    plugins              Makefile.am 
  Log:
  Create a header file for every packet-*.c file. Prune the packet.h file.
  This change allows you to add a new packet-*.c file and not cause a
  recompilation of everything that #include's packet.h
  
  Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list.
  
  Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol
  is not defined, squelching a compiler complaint when compiling the generated
  C file.
  
  Revision  Changes    Path
  1.3       +5 -1      ethereal/plugins/Makefile.am