Ensure pkg-config reports OSRM_LIB_LINKER_FLAGS

This commit is contained in:
Dane Springmeyer
2016-11-10 13:54:44 -08:00
committed by Patrick Niklaus
parent 6df1437cfc
commit fa1a0a1325
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ Name: libOSRM
Description: Project OSRM library
Version: v@OSRM_VERSION_MAJOR@.@OSRM_VERSION_MINOR@.@OSRM_VERSION_PATCH@
Requires:
Libs: -L${libdir} -losrm
Libs: -L${libdir} -losrm @OSRM_LIB_LINKER_FLAGS@
Libs.private: @ENGINE_LIBRARY_LISTING@
Cflags: -I${includedir} -I${includedir}/osrm @OSRM_INCLUDE_PATHS_STRING@ @OSRM_DEFINES_STRING@ @CMAKE_CXX_FLAGS@