From 654176dee7c9325aa5a24a2de3c070faa16e8a9c Mon Sep 17 00:00:00 2001 From: Michael Jansen Date: Sat, 17 Oct 2009 01:30:40 +0200 Subject: CMake: add the possibility to pass LIB_SUFFIX. This allows to tune the installation libdir by adding a suffix for it (making it eg lib, lib32, or lib64) --- poppler-splash.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poppler-splash.pc.cmake') diff --git a/poppler-splash.pc.cmake b/poppler-splash.pc.cmake index 375b73a9..cb95b3d2 100644 --- a/poppler-splash.pc.cmake +++ b/poppler-splash.pc.cmake @@ -1,6 +1,6 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${exec_prefix}/lib@LIB_SUFFIX@ includedir=${prefix}/include Name: poppler-splash -- cgit v1.2.3