[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs
From:       Thiago Macieira <thiago.macieira () kdemail ! net>
Date:       2005-01-07 23:09:20
Message-ID: 20050107230920.2667B1BBA1 () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

kabc/vcard/Makefile.am: added $(all_libraries) to the LDFLAGS.
All others: added $(LDFLAGS_NEW_DTAGS) to the LDFLAGS. Someone with
more knowledge should verify if $(all_libraries) couldn't be used in
those libraries.


  M +1 -2      kabc/vcard/Makefile.am   1.15
  M +4 -2      kdecore/Makefile.am   1.360
  M +3 -1      kdeui/Makefile.am   1.338
  M +3 -1      kinit/Makefile.am   1.35
  M +3 -1      kspell2/plugins/aspell/Makefile.am   1.4
  M +3 -1      kspell2/plugins/ispell/Makefile.am   1.4
  M +3 -1      libkmid/Makefile.am   1.24


--- kdelibs/kabc/vcard/Makefile.am  #1.14:1.15
@@ -5,9 +5,8 @@
 
 ### KDE 4.0: either make noinst or rename to something like libkvcard
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
-
 lib_LTLIBRARIES = libvcard.la
 
 libvcard_la_SOURCES = vCard-all.cpp
+libvcard_la_LDFLAGS = $(all_libraries)
 libvcard_la_LIBADD = $(LIB_KDECORE)
 

--- kdelibs/kdecore/Makefile.am  #1.359:1.360
@@ -30,5 +30,7 @@
 SUBDIRS = malloc network $(SVGICONS) . kconfig_compiler tests
 
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 lib_LTLIBRARIES = libkdefakes.la libkdecore.la

--- kdelibs/kdeui/Makefile.am  #1.337:1.338
@@ -23,5 +23,7 @@
 INCLUDES= -I$(top_srcdir)/kdefx -I$(top_srcdir)/interfaces $(all_includes)
 
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 lib_LTLIBRARIES = libkdeui.la libkspell.la

--- kdelibs/kinit/Makefile.am  #1.34:1.35
@@ -27,5 +27,7 @@
 
 # NOTE: We link against all common libraries even if we don't need them ourselves.
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 kdeinit_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \

--- kdelibs/kspell2/plugins/aspell/Makefile.am  #1.3:1.4
@@ -3,5 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/kspell2 -I$(top_srcdir) $(all_includes)
 
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 kde_module_LTLIBRARIES = kspell_aspell.la

--- kdelibs/kspell2/plugins/ispell/Makefile.am  #1.3:1.4
@@ -3,5 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/kspell2 -I$(top_srcdir) $(all_includes)
 
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 kde_module_LTLIBRARIES = kspell_ispell.la

--- kdelibs/libkmid/Makefile.am  #1.23:1.24
@@ -2,5 +2,7 @@
 INCLUDES =  -I$(srcdir)/.. $(all_includes)
 
-AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
+# For the future: examine if condensing the tons of *_LDFLAGS variables
+# into $(all_libraries) isn't better
+AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
 
 libkmidincludedir = $(includedir)/libkmid


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic