Wireshark-commits: [Wireshark-commits] rev 52120: /trunk/ /trunk/asn1/: Makefile.inc /trunk/asn1/di
Date: Tue, 17 Sep 2013 18:02:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52120

User: jmayer
Date: 2013/09/17 11:02 AM

Log:
 When building packet-dap.c on an empty build tree, packet-dap.c would
 be incorrect on the first pass and only be correct when remade.
 The reason was that disp-exp.cnf was created incorrectly on first pass.
 disp-exp.cnf required dop-exp.cnf to build correctly, so add a mechanism
 to add dependencies for export files.
 
 Note: Only the cmake change has been tested, the autofoo stuff requires
   testing.

Directory: /trunk/asn1/
  Changes    Path            Action
  +1 -1      Makefile.inc    Modified

Directory: /trunk/asn1/disp/
  Changes    Path               Action
  +4 -0      CMakeLists.txt     Modified
  +4 -1      Makefile.common    Modified

Directory: /trunk/cmake/modules/
  Changes    Path                Action
  +1 -0      UseAsn2Wrs.cmake    Modified