From 9312c14b47a2d6e58238902d1424ae8d45d73ac5 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 31 Jan 2009 19:33:40 +0100 Subject: Switch build system to cmake lib{piano,wardrobe} are now static libraries and not installed any more. --- libwardrobe/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwardrobe/src/main.c') diff --git a/libwardrobe/src/main.c b/libwardrobe/src/main.c index abf669d..1872c69 100644 --- a/libwardrobe/src/main.c +++ b/libwardrobe/src/main.c @@ -107,7 +107,7 @@ void WardrobeHttpPost (CURL *ch, const char *url, const char *postData, void WardrobeInit (WardrobeHandle_t *wh) { memset (wh, 0, sizeof (*wh)); wh->ch = curl_easy_init (); - curl_easy_setopt (wh->ch, CURLOPT_USERAGENT, PACKAGE_STRING); + curl_easy_setopt (wh->ch, CURLOPT_USERAGENT, PACKAGE); curl_easy_setopt (wh->ch, CURLOPT_CONNECTTIMEOUT, 60); } -- cgit v1.2.3