http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33009
User: jmayer
Date: 2010/05/28 04:48 AM
Log:
Remaining fixes for
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4788
- Compile the python code directly into epan - don't link it in as
a static lib.
- Call make-init-lua.pl with the top level directory instead of the
current directory. Change make-init-lua.pl accordingly.
Directory: /trunk/epan/
Changes Path Action
+5 -12 CMakeLists.txt Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+1 -1 CMakeLists.txt Modified
+1 -1 Makefile.am Modified
+2 -3 make-init-lua.pl Modified
Directory: /trunk/epan/wspython/
Changes Path Action
+6 -34 CMakeLists.txt Modified