kmm_kbanking libtool patch

View: New views
3 Messages — Rating Filter:   Alert me  

kmm_kbanking libtool patch

by Bugzilla from rdieter@math.unl.edu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Here's a small patch for kmm_kbanking to remove assumptions about using
libtool.

-- Rex
[kmm_kbanking-1.0-libtool.patch]

diff -up kmm_kbanking-1.0/src/Makefile.am.libtool kmm_kbanking-1.0/src/Makefile.am
--- kmm_kbanking-1.0/src/Makefile.am.libtool 2009-02-13 06:36:12.000000000 -0600
+++ kmm_kbanking-1.0/src/Makefile.am 2009-09-03 15:44:14.689090240 -0500
@@ -23,7 +23,7 @@ kmm_kbanking_la_SOURCES = mymoneybanking
 # Libs needed by the plugin
 kmm_kbanking_la_LIBADD = @qbanking_libs@ $(aqbanking_libs) $(gwenhywfar_libs) \
   $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) \
-  $(kde_libraries)/libkmm_plugin.la $(kde_libraries)/libkmm_mymoney.la \
+  -L(kde_libraries) -lkmm_plugin -lkmm_mymoney \
   ./kbanking/libkbanking.la
 
 # LD flags for the plugin
diff -up kmm_kbanking-1.0/src/Makefile.in.libtool kmm_kbanking-1.0/src/Makefile.in
--- kmm_kbanking-1.0/src/Makefile.in.libtool 2009-08-17 06:07:23.000000000 -0500
+++ kmm_kbanking-1.0/src/Makefile.in 2009-09-03 15:44:58.801843149 -0500
@@ -61,8 +61,7 @@ am__DEPENDENCIES_1 =
 kmm_kbanking_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
  $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(kde_libraries)/libkmm_plugin.la \
- $(kde_libraries)/libkmm_mymoney.la ./kbanking/libkbanking.la
+ ./kbanking/libkbanking.la
 am_kmm_kbanking_la_OBJECTS = mymoneybanking.lo
 #>- kmm_kbanking_la_OBJECTS = $(am_kmm_kbanking_la_OBJECTS)
 #>+ 1
@@ -407,7 +406,7 @@ kmm_kbanking_la_SOURCES = mymoneybanking
 # Libs needed by the plugin
 kmm_kbanking_la_LIBADD = @qbanking_libs@ $(aqbanking_libs) $(gwenhywfar_libs) \
   $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) \
-  $(kde_libraries)/libkmm_plugin.la $(kde_libraries)/libkmm_mymoney.la \
+  -L(kde_libraries) -lkmm_plugin -lkmm_mymoney \
   ./kbanking/libkbanking.la
 
 



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
KMyMoney2-developer mailing list
KMyMoney2-developer@...
https://lists.sourceforge.net/lists/listinfo/kmymoney2-developer

Re: kmm_kbanking libtool patch

by Thomas Baumgart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

on Friday 16 October 2009 Rex Dieter wrote:


> Here's a small patch for kmm_kbanking to remove assumptions about using
> libtool.

Thanks very much.  I added a missing $ sign and committed it to the
repository.

--


Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
There are only 10 types of people in the world: those who
understand binary arithmetic and those who don't.
-------------------------------------------------------------


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
KMyMoney2-developer mailing list
KMyMoney2-developer@...
https://lists.sourceforge.net/lists/listinfo/kmymoney2-developer

signature.asc (232 bytes) Download Attachment

Re: kmm_kbanking libtool patch

by Bugzilla from rdieter@math.unl.edu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thomas Baumgart wrote:

> Hi,
>
> on Friday 16 October 2009 Rex Dieter wrote:
>
>
>> Here's a small patch for kmm_kbanking to remove assumptions about using
>> libtool.
>
> Thanks very much.  I added a missing $ sign and committed it to the
> repository.

Thanks (sorry for the typo).

-- Rex


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
KMyMoney2-developer mailing list
KMyMoney2-developer@...
https://lists.sourceforge.net/lists/listinfo/kmymoney2-developer