From 7c3fdc2c2db567718b041d6baeec59d2f4b6dbe8 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 28 Dec 2008 21:30:30 +0000 Subject: [PATCH] cmake .pc.in file fix --- libtorrent-rasterbar-cmake.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent-rasterbar-cmake.pc.in b/libtorrent-rasterbar-cmake.pc.in index 3af2b2ac5..7123efb98 100644 --- a/libtorrent-rasterbar-cmake.pc.in +++ b/libtorrent-rasterbar-cmake.pc.in @@ -2,5 +2,5 @@ Name: libtorrent-rasterbar Description: Bittorrent library. Version: @VERSION@ Libs: -L${CMAKE_INSTALL_PREFIX}/lib -ltorrent-rasterbar -Cflags: -I${CMAKE_INSTALL_PREFIX} -I${CMAKE_INSTALL_PREFIX}/libtorrent @COMPILETIME_OPTIONS@ @CPPFLAGS@ @CXX_DEFINES@ +Cflags: -I${CMAKE_INSTALL_PREFIX}/include -I${CMAKE_INSTALL_PREFIX}/include/libtorrent @COMPILETIME_OPTIONS@ @CPPFLAGS@ @CXX_DEFINES@