Wireshark-commits: [Wireshark-commits] rev 52926: /trunk/ui/qt/ /trunk/ui/qt/: Makefile.am Makefile

Date: Mon, 28 Oct 2013 18:01:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52926

User: morriss
Date: 2013/10/28 06:01 PM

Log:
 From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9341 :
 
 SVN rev 50525 tried to fix out-of-source-tree builds, but did so by
 writing the .rcc.cpp files to the source tree. This was noticed when
 running `make distcheck`. This patch reverts that behavior, and creates
 the image/ directory to fix out-of-tree builds.
 
 In other words, fix things so "make distcheck" with Qt works in out-of-tree
 builds too.

Directory: /trunk/ui/qt/
  Changes    Path               Action
  +1 -0      Makefile.am        Modified
  +4 -4      Makefile.common    Modified