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

List:       kde-commits
Subject:    kdevelop/languages/cpp/app_templates
From:       Helge Deller <deller () kde ! org>
Date:       2005-01-23 14:11:23
Message-ID: 20050123141123.1B2EE1CFD2 () office ! kde ! org
[Download RAW message or body]

CVS commit by deller: 

avoid versions for KDE "parts"


  M +1 -1      kdevpart/src-Makefile.am   1.4
  M +1 -1      kdevpart2/src-Makefile.am   1.5
  M +1 -1      kofficepart/src-Makefile.am   1.7
  M +1 -1      kpartapp/src-Makefile.am   1.6
  M +1 -1      kpartplugin/src-Makefile.am   1.6


--- kdevelop/languages/cpp/app_templates/kdevpart/src-Makefile.am  #1.3:1.4
@@ -2,5 +2,5 @@
 
 kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
-libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined \
$(all_libraries) $(KDE_PLUGIN)  libkdev%{APPNAMELC}_la_LIBADD = \
$(top_builddir)/lib/libkdevelop.la  

--- kdevelop/languages/cpp/app_templates/kdevpart2/src-Makefile.am  #1.4:1.5
@@ -2,5 +2,5 @@
 
 kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
-libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined \
$(all_libraries) $(KDE_PLUGIN)  libkdev%{APPNAMELC}_la_LIBADD = -lkdevelop
 libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \
%{APPNAMELC}globalconfigbase.ui %{APPNAMELC}globalconfig.cpp \
%{APPNAMELC}projectconfigbase.ui %{APPNAMELC}projectconfig.cpp

--- kdevelop/languages/cpp/app_templates/kofficepart/src-Makefile.am  #1.6:1.7
@@ -12,5 +12,5 @@
 lib_LTLIBRARIES = %{APPNAMELC}.la
 %{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
-%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module -avoid-version
+%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
 %{APPNAMELC}_la_LIBADD = -lkofficecore
 

--- kdevelop/languages/cpp/app_templates/kpartapp/src-Makefile.am  #1.5:1.6
@@ -42,5 +42,5 @@
 # the Part's source, library search path, and link libraries
 lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp
-lib%{APPNAMELC}part_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) \
$(all_libraries)  lib%{APPNAMELC}part_la_LIBADD  = $(LIB_KPARTS) $(LIB_KFILE)
 

--- kdevelop/languages/cpp/app_templates/kpartplugin/src-Makefile.am  #1.5:1.6
@@ -11,5 +11,5 @@
 lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp
 lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
-lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined \
$(KDE_PLUGIN) $(all_libraries)  
 # Install the .rc file in the Part's directory (in this case, the part


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

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