Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41061: / /trunk/: Makefile.am Makefile.common Makefile.n

Date: Sat, 18 Feb 2012 23:55:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41061

User: guy
Date: 2012/02/18 03:55 PM

Log:
 Create a libui (static) library in the ui directory, which contains the
 object files from all the source files in the ui directory (but not in
 its subdirectories), and link the programs that need it with them.
 
 This cleans things up a little bit, and may also fix the Windows build.

Directory: /trunk/
  Changes    Path               Action
  +6 -1      Makefile.am        Modified
  +5 -18     Makefile.common    Modified
  +52 -19    Makefile.nmake     Modified
  +3 -1      configure.in       Modified

Directory: /trunk/ui/
  Changes    Path               Action
  +113 -0    Makefile.am        Added
  +58 -0     Makefile.common    Added
  +80 -0     Makefile.nmake     Added
  +66 -0     doxygen.cfg.in     Added