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 41666: /trunk/ui/qt/ /trunk/ui/qt/: Makefile.am Makefile

Date: Mon, 19 Mar 2012 07:30:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41666

User: guy
Date: 2012/03/19 12:30 AM

Log:
 Don't distribute the output of various Qt preprocessing tools.  We don't
 want to require the machines used to build the distribution tarballs to
 have those tools installed or to require the build process to run them,
 and I think if you have enough stuff installed to build Qt applications
 at all you'll have those tools installed (the reason why the result of
 {F}lex and YACC/BYACC/Bison are distributed with tarballs is to let
 somebody who wants to or needs to build from unmodified source do so
 with as few tools required as possible).

Directory: /trunk/ui/qt/
  Changes    Path               Action
  +8 -1      Makefile.am        Modified
  +19 -2     Makefile.common    Modified