diff options
author | Nikias Bassen | 2009-08-26 04:33:09 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-08-26 04:33:09 +0200 |
commit | e022a216e07024dbeba7fa0721bbbebdaafd46c0 (patch) | |
tree | d04bd15b616879e8b40df08fc4b5bba29c1ca0b2 | |
parent | 43b1167c45fa73467a2802af69ad842cd7e8398e (diff) | |
download | usbmuxd-e022a216e07024dbeba7fa0721bbbebdaafd46c0.tar.gz usbmuxd-e022a216e07024dbeba7fa0721bbbebdaafd46c0.tar.bz2 |
Fixed pkg-config file.
-rw-r--r-- | libusbmuxd.pc.in | 4 |
1 files 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 |