From 71157dde98906de7365a4e2b9ad23ace5ad4f11f Mon Sep 17 00:00:00 2001 From: pfelt Date: Mon, 17 Aug 2009 23:36:16 +0000 Subject: [PATCH] -- do we need to pre-compile the __init__.py ? --- src/libs/python/libbongo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/python/libbongo/CMakeLists.txt b/src/libs/python/libbongo/CMakeLists.txt index 6101bd3..05bb829 100644 --- a/src/libs/python/libbongo/CMakeLists.txt +++ b/src/libs/python/libbongo/CMakeLists.txt @@ -40,4 +40,4 @@ target_link_libraries(bootstrap ) install(TARGETS libs bootstrap DESTINATION ${PYTHON_SITEPACKAGES_PATH}/libbongo/) -install(FILES __init__.py __init__.pyc DESTINATION ${PYTHON_SITEPACKAGES_PATH}/libbongo/) +install(FILES __init__.py DESTINATION ${PYTHON_SITEPACKAGES_PATH}/libbongo/)