Advertisement
Guest User

Untitled

a guest
May 14th, 2014
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. diff --git a/tools/opack/CMakeLists.txt b/tools/opack/CMakeLists.txt
  2. index 9e0a5b9..f7362ee 100644
  3. --- a/tools/opack/CMakeLists.txt
  4. +++ b/tools/opack/CMakeLists.txt
  5. @@ -1,6 +1,6 @@
  6. include_directories (${PROJECT_SOURCE_DIR}/src)
  7.  
  8. -add_executable(opack opack.c ../common/updateassets.c ../../src/onion/log.c ../../src/onion/mime.c ../../src/onion/dict.c ../../src/onion/block.c ../../src/onion/codecs.c)
  9. +add_executable(opack opack.c ../common/updateassets.c ../../src/onion/log.c ../../src/onion/mime.c ../../src/onion/dict.c ../../src/onion/block.c ../../src/onion/codecs.c ../../src/onion/low_util.c)
  10. target_link_libraries(opack ${PTHREADS_LIB})
  11.  
  12. if(GNUTLS_ENABLED)
  13. diff --git a/tools/otemplate/CMakeLists.txt b/tools/otemplate/CMakeLists.txt
  14. index fd016cd..8b6dc54 100644
  15. --- a/tools/otemplate/CMakeLists.txt
  16. +++ b/tools/otemplate/CMakeLists.txt
  17. @@ -4,7 +4,7 @@ remove_definitions(-DHAVE_PTHREADS)
  18. remove_definitions(-DHAVE_GNUTLS)
  19.  
  20. add_executable(otemplate otemplate.c parser.c tags.c variables.c list.c functions.c tag_builtins.c load.c
  21. - ../../src/onion/log.c ../../src/onion/block.c ../../src/onion/codecs.c ../../src/onion/dict.c ../common/updateassets.c)
  22. + ../../src/onion/log.c ../../src/onion/block.c ../../src/onion/codecs.c ../../src/onion/dict.c ../common/updateassets.c ../../src/onion/low_util.c)
  23.  
  24. if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
  25. target_link_libraries(otemplate dl)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement