diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-03-30 10:56:59 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-04-05 17:19:49 +0200 |
commit | 37cee3b9d6d3f5fd7a477791ebfdb1e85e8faf9d (patch) | |
tree | 6fcd8ca5ced40164353bb9cbbc9cea10fa6bd9fe /libpiano/src/CMakeLists.txt | |
parent | 34ff325e217b33be3ad80c87a377eb7dc0902f46 (diff) | |
download | pianobar-37cee3b9d6d3f5fd7a477791ebfdb1e85e8faf9d.tar.gz pianobar-37cee3b9d6d3f5fd7a477791ebfdb1e85e8faf9d.tar.bz2 pianobar-37cee3b9d6d3f5fd7a477791ebfdb1e85e8faf9d.zip |
piano: New request/response api
Removed HTTP stuff from libpiano. The user is now responsible for
POSTing data to the server.
Diffstat (limited to 'libpiano/src/CMakeLists.txt')
-rw-r--r-- | libpiano/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiano/src/CMakeLists.txt b/libpiano/src/CMakeLists.txt index 8d1b77e..4aaeb5b 100644 --- a/libpiano/src/CMakeLists.txt +++ b/libpiano/src/CMakeLists.txt @@ -7,6 +7,6 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../../libwaitress/src ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../libezxml/src) -add_library (piano STATIC crypt.c http.c piano.c xml.c) +add_library (piano STATIC crypt.c piano.c xml.c) target_link_libraries (piano waitress ezxml) |