Description: Use standard search paths to locate liboauth and its headers. Use
 shared library instead of static.
Author: Ilya Barygin <barygin@gmail.com>
Bug-Ubuntu: https://launchpad.net/bugs/831278
--- goldencheetah-2.0.0.orig/src/gcconfig.pri
+++ goldencheetah-2.0.0/src/gcconfig.pri
@@ -11,7 +11,7 @@
 # Set the path to where liboauth.a was installed
 # By default it will have been installed like this:
 #
-LIBOAUTH_INSTALL = /usr
+LIBOAUTH_INSTALL = -loauth
 LIBCRYPTO_INSTALL = -lgcrypt
 LIBCURL_INSTALL=-lcurl 
 LIBZ_INSTALL=-lz
--- goldencheetah-2.0.0.orig/src/src.pro
+++ goldencheetah-2.0.0/src/src.pro
@@ -12,8 +12,7 @@ LIBS += ../qwt/lib/libqwt.a
 LIBS += -lm
 
 !isEmpty( LIBOAUTH_INSTALL ) {
-INCLUDEPATH += $${LIBOAUTH_INSTALL}/include
-LIBS +=  $${LIBOAUTH_INSTALL}/lib/liboauth.a
+LIBS +=  $${LIBOAUTH_INSTALL}
 LIBS += $${LIBCRYPTO_INSTALL}
 LIBS += $${LIBZ_INSTALL}
 LIBS += $${LIBCURL_INSTALL}
