lib/curl: use pkgconfig in curl module
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 6 Oct 2013 14:16:43 +0000 (10:16 -0400)
committerJean Privat <jean@pryen.org>
Mon, 24 Feb 2014 21:12:39 +0000 (16:12 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/curl/curl_c.nit

index 7dadbd5..307fc0f 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Binding of C libCurl which allow us to interact with network.
-module curl_c
+module curl_c is pkgconfig("libcurl")
 
 import pipeline