You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2011/06/23 23:20:34 UTC

svn commit: r1139079 - /thrift/trunk/lib/c_glib/thrift_c_glib.pc.in

Author: bryanduxbury
Date: Thu Jun 23 21:20:34 2011
New Revision: 1139079

URL: http://svn.apache.org/viewvc?rev=1139079&view=rev
Log:
THRIFT-1218. c_glib uses wrong name in pkg-config

Patch: Eric Evans

Modified:
    thrift/trunk/lib/c_glib/thrift_c_glib.pc.in

Modified: thrift/trunk/lib/c_glib/thrift_c_glib.pc.in
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/c_glib/thrift_c_glib.pc.in?rev=1139079&r1=1139078&r2=1139079&view=diff
==============================================================================
--- thrift/trunk/lib/c_glib/thrift_c_glib.pc.in (original)
+++ thrift/trunk/lib/c_glib/thrift_c_glib.pc.in Thu Jun 23 21:20:34 2011
@@ -26,5 +26,5 @@ Name: Thrift
 Description: Thrift C API
 Version: @VERSION@
 Requires: glib-2.0 gobject-2.0
-Libs: -L${libdir} -lthriftc
+Libs: -L${libdir} -lthrift_c_glib
 Cflags: -I${includedir}/thrift