diff --git a/src/ragephoto.pc.in b/src/ragephoto.pc.in index 0ce462e..f7f08f5 100644 --- a/src/ragephoto.pc.in +++ b/src/ragephoto.pc.in @@ -1,9 +1,10 @@ prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ -includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/RagePhoto Name: libragephoto Description: Open Source RAGE Photo Parser for GTA V Version: @PROJECT_VERSION@ Libs: -L${libdir} -lragephoto -Cflags: -I${includedir}/RagePhoto +Cflags: -I${includedir}