Wireshark-commits: [Wireshark-commits] rev 49014: /trunk/ /trunk/epan/: CMakeLists.txt /trunk/wiret

Date: Wed, 24 Apr 2013 12:57:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49014

User: jmayer
Date: 2013/04/24 05:57 AM

Log:
 dumpabi: This would create the directories in the sourcedir instead
   of the binary dir. Fixed that.
   NOTE: It fails with and without this patch for out of tree builds:
 
 jmayer@egg:~/work/wireshark/svn/build/qt-gtk3> make dumpabi
 [  1%] Built target wsutil
 [  1%] Generating libwsutil.abi.tar.gz
 ERROR: can't find modules
 cp: cannot stat `abi_dumps/libwsutil/libwsutil_*': No such file or directory
 make[3]: *** [wsutil/libwsutil.abi.tar.gz] Error 1
 make[2]: *** [wsutil/CMakeFiles/dumpabi-libwsutil.dir/all] Error 2
 make[1]: *** [CMakeFiles/dumpabi.dir/rule] Error 2
 make: *** [dumpabi] Error 2
 jmayer@egg:~/work/wireshark/svn/build/qt-gtk3>

Directory: /trunk/epan/
  Changes    Path              Action
  +7 -5      CMakeLists.txt    Modified

Directory: /trunk/wiretap/
  Changes    Path              Action
  +1 -1      CMakeLists.txt    Modified

Directory: /trunk/wsutil/
  Changes    Path              Action
  +1 -1      CMakeLists.txt    Modified