From b58eb309d41b5607cf6c95ffa506334b7bc91ba4 Mon Sep 17 00:00:00 2001 From: Jiwan Kim Date: Wed, 5 Aug 2015 02:21:50 -0700 Subject: [PATCH] Revert "Fix library path in pkgconfig file" This reverts commit 3805101e91f0fb33222d91b91fd6180874167eef. Change-Id: I7b258a29ef638d6e1217d2abde6ea3ba5b39bb20 --- tcore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcore.pc.in b/tcore.pc.in index 730cc2f..bd55cd1 100644 --- a/tcore.pc.in +++ b/tcore.pc.in @@ -1,6 +1,6 @@ prefix=@PREFIX@ exec_prefix=${prefix} -libdir=@LIBDIR@ +libdir=${exec_prefix}/lib includedir=${prefix}/include Name: tcore -- 2.34.1