diff options
Diffstat (limited to 'libusbmuxd.pc.in')
-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 |