From: Suchang Woo Date: Wed, 22 Jul 2015 12:19:01 +0000 (+0900) Subject: library: fix library name in buxton2.pc X-Git-Tag: accepted/tizen/mobile/20150723.050617~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9025f80c75e290b313d698c621bd387a8b0ebd21;p=platform%2Fcore%2Fsystem%2Fbuxton2.git library: fix library name in buxton2.pc Change-Id: I3461caf8eb255c77424671c36920fa3ec24d1d4e Signed-off-by: Suchang Woo --- diff --git a/lib/buxton2.pc.in b/lib/buxton2.pc.in index e641e13..fec8ebe 100644 --- a/lib/buxton2.pc.in +++ b/lib/buxton2.pc.in @@ -3,8 +3,8 @@ exec_prefix=${prefix} libdir=@LIB_INSTALL_DIR@ includedir=@INCLUDE_INSTALL_DIR@ -Name: buxton -Description: Library for buxton clients +Name: buxton2 +Description: Library for buxton2 clients Version: @VERSION@ -Libs: -L${libdir} -lbuxton +Libs: -L${libdir} -lbuxton2 Cflags: -I${includedir}