Skip to content

Commit

Permalink
Fixed Bitly and HttpClient addons -- Missing Bitly.io and HttpClient.…
Browse files Browse the repository at this point in the history
…io. Also fixed CGI addon install problem, it now loads.
  • Loading branch information
jeremytregunna committed May 8, 2010
1 parent 1c086f8 commit 3289ffe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/Bitly/io/Bitly.io
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bitly := Object clone
3 changes: 2 additions & 1 deletion addons/CGI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ add_dependencies(IoCGI iovmall)
target_link_libraries(IoCGI iovmall)

# Install the addon to our global addons hierarchy.
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/io/addons)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/io/addons)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/_build DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/io/addons/CGI)
1 change: 1 addition & 0 deletions addons/HttpClient/io/HttpClient.io
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HttpClient := Object clone

0 comments on commit 3289ffe

Please sign in to comment.