From e421a973dc8e0166f1c0c080b5daf249f8ca00f0 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 21 Jul 2015 16:06:42 +0100 Subject: [PATCH] Fix .pc file include/lib dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b44b18..2cfe881 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if (${HAVE_LIBIMOBILEDEVICE}) endif () configure_file(config.h.in config.h) -configure_file(libgpod-1.0.pc.in libgpod-1.0.pc) +configure_file(libgpod-1.0.pc.in libgpod-1.0.pc @ONLY) include_directories(${GLIB_INCLUDE_DIRS})