aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-23 15:56:44 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-23 15:56:44 +0000
commitcf326e03043fb225fc082d9328297c6dc125b0ce (patch)
tree4bb975cb79bbcd8c1e338c0ee66b8223fd6d2c90 /epan/wspython
parent1b454d90120bd7b2fec0cb3e015cdaececc09129 (diff)
More fixes for OSX - might work now :-)
svn path=/trunk/; revision=30093
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/wspython/CMakeLists.txt b/epan/wspython/CMakeLists.txt
index 6f38de15ef..0d1ba38b7b 100644
--- a/epan/wspython/CMakeLists.txt
+++ b/epan/wspython/CMakeLists.txt
@@ -26,10 +26,16 @@ set(WSPYTHON_FILES
wspy_proto.c
)
+set(wspython_LIBS
+ ${PYTHON_LIBRARIES}
+)
+
add_library(wspython STATIC
${WSPYTHON_FILES}
)
+target_link_libraries(wspython ${wspython_LIBS})
+
install(PROGRAMS
register-dissector.py
wspy_dissector.py