From e022a216e07024dbeba7fa0721bbbebdaafd46c0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 Aug 2009 04:33:09 +0200 Subject: Fixed pkg-config file. --- libusbmuxd.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libusbmuxd.pc.in b/libusbmuxd.pc.in index 9fcadcb..e04a1ff 100644 --- a/libusbmuxd.pc.in +++ b/libusbmuxd.pc.in @@ -7,6 +7,6 @@ Name: libusbmuxd Description: A library to communicate with the usbmux daemon Version: ${USBMUXD_VERSION} Requires: libusb-1.0 >= 1.0.2 -Libs: -L${libdir} -lusbmuxd -Cflags: -I${includedir} +Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lusbmuxd +Cflags: -I${CMAKE_INSTALL_PREFIX}/include -- cgit v1.1-32-gdbae