From fcdadb3fee5d32dbf7c650ae24108a2f8ee2966f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:32:07 -0600 Subject: Rename a few build variables for overall consistency --- noatun/modules/dcopiface/Makefile.am | 2 +- noatun/modules/excellent/Makefile.am | 2 +- noatun/modules/htmlexport/Makefile.am | 2 +- noatun/modules/infrared/Makefile.am | 2 +- noatun/modules/kaiman/Makefile.am | 2 +- noatun/modules/keyz/Makefile.am | 2 +- noatun/modules/kjofol-skin/Makefile.am | 2 +- noatun/modules/marquis/Makefile.am | 2 +- noatun/modules/monoscope/Makefile.am | 2 +- noatun/modules/net/Makefile.am | 2 +- noatun/modules/noatunui/Makefile.am | 2 +- noatun/modules/systray/Makefile.am | 2 +- noatun/modules/voiceprint/Makefile.am | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'noatun') diff --git a/noatun/modules/dcopiface/Makefile.am b/noatun/modules/dcopiface/Makefile.am index 6d55fc72..3f8645a4 100644 --- a/noatun/modules/dcopiface/Makefile.am +++ b/noatun/modules/dcopiface/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_dcopiface.la noatun_dcopiface_la_SOURCES = dcopiface.cpp dcopiface.skel noatun_dcopiface_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_dcopiface_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la +noatun_dcopiface_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la noatun_dcopiface_la_METASOURCES = AUTO diff --git a/noatun/modules/excellent/Makefile.am b/noatun/modules/excellent/Makefile.am index a2558676..49d8eb70 100644 --- a/noatun/modules/excellent/Makefile.am +++ b/noatun/modules/excellent/Makefile.am @@ -5,7 +5,7 @@ noatun_excellent_la_SOURCES = noatunui.cpp\ userinterface.cpp noatun_excellent_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_excellent_la_LIBADD = $(LIB_KFILE) \ +noatun_excellent_la_LIBADD = $(LIB_TDEFILE) \ $(top_builddir)/noatun/library/libnoatun.la \ $(top_builddir)/noatun/library/libnoatuncontrols.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl diff --git a/noatun/modules/htmlexport/Makefile.am b/noatun/modules/htmlexport/Makefile.am index bbea16ab..d508b57a 100644 --- a/noatun/modules/htmlexport/Makefile.am +++ b/noatun/modules/htmlexport/Makefile.am @@ -6,7 +6,7 @@ noatun_htmlexport_la_SOURCES = htmlexport.cpp noinst_HEADERS = htmlexport.h noatun_htmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_htmlexport_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_htmlexport_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl noatun_htmlexport_la_METASOURCES = AUTO diff --git a/noatun/modules/infrared/Makefile.am b/noatun/modules/infrared/Makefile.am index bf8a7212..31eea1f5 100644 --- a/noatun/modules/infrared/Makefile.am +++ b/noatun/modules/infrared/Makefile.am @@ -6,7 +6,7 @@ noatun_infrared_la_SOURCES = infrared.cpp lirc.cpp irprefs.cpp noinst_HEADERS = infrared.h lirc.h irprefs.h noatun_infrared_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_infrared_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_infrared_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl noatun_infrared_la_METASOURCES = AUTO diff --git a/noatun/modules/kaiman/Makefile.am b/noatun/modules/kaiman/Makefile.am index a8205a59..5879a940 100644 --- a/noatun/modules/kaiman/Makefile.am +++ b/noatun/modules/kaiman/Makefile.am @@ -9,7 +9,7 @@ noatun_kaiman_la_SOURCES = \ pref.cpp noatun_kaiman_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_kaiman_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_kaiman_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl noatun_kaiman_la_METASOURCES = AUTO diff --git a/noatun/modules/keyz/Makefile.am b/noatun/modules/keyz/Makefile.am index 61c9f1bd..fd4b2646 100644 --- a/noatun/modules/keyz/Makefile.am +++ b/noatun/modules/keyz/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_keyz.la noatun_keyz_la_SOURCES = keyz.cpp noatun_keyz_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_keyz_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la +noatun_keyz_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la noatun_keyz_la_METASOURCES = AUTO diff --git a/noatun/modules/kjofol-skin/Makefile.am b/noatun/modules/kjofol-skin/Makefile.am index f3e9504a..ad139ffb 100644 --- a/noatun/modules/kjofol-skin/Makefile.am +++ b/noatun/modules/kjofol-skin/Makefile.am @@ -23,7 +23,7 @@ noatun_kjofol_la_SOURCES = kjloader.cpp kjwidget.cpp kjbutton.cpp kjseeker.cpp \ kjskinselectorwidget.ui kjguisettingswidget.ui noatun_kjofol_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_kjofol_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_kjofol_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ $(LIB_KIO) -lm \ $(top_builddir)/arts/modules/libartsmodules.la diff --git a/noatun/modules/marquis/Makefile.am b/noatun/modules/marquis/Makefile.am index a2fc3e3f..c283ccd5 100644 --- a/noatun/modules/marquis/Makefile.am +++ b/noatun/modules/marquis/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_marquis.la noatun_marquis_la_SOURCES = marquis.cpp plugin.cpp noatun_marquis_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_marquis_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_marquis_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl noatun_marquis_la_METASOURCES = AUTO diff --git a/noatun/modules/monoscope/Makefile.am b/noatun/modules/monoscope/Makefile.am index 55c58a05..57ab3787 100644 --- a/noatun/modules/monoscope/Makefile.am +++ b/noatun/modules/monoscope/Makefile.am @@ -5,7 +5,7 @@ noatun_monoscope_la_SOURCES = monoscope.cpp #prefs.cpp noatun_monoscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_monoscope_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la -lm +noatun_monoscope_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la -lm noatun_monoscope_la_METASOURCES = AUTO diff --git a/noatun/modules/net/Makefile.am b/noatun/modules/net/Makefile.am index 9398a602..854c5849 100644 --- a/noatun/modules/net/Makefile.am +++ b/noatun/modules/net/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_net.la noatun_net_la_SOURCES = net.cpp noatun_net_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_net_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la +noatun_net_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la noatun_net_la_METASOURCES = AUTO diff --git a/noatun/modules/noatunui/Makefile.am b/noatun/modules/noatunui/Makefile.am index 443afd6c..86206168 100644 --- a/noatun/modules/noatunui/Makefile.am +++ b/noatun/modules/noatunui/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_ui.la noatun_ui_la_SOURCES = noatunui.cpp userinterface.cpp noatun_ui_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_ui_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \ +noatun_ui_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \ $(top_builddir)/noatun/library/libnoatuncontrols.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl diff --git a/noatun/modules/systray/Makefile.am b/noatun/modules/systray/Makefile.am index 1dcfdd25..e0424b1d 100644 --- a/noatun/modules/systray/Makefile.am +++ b/noatun/modules/systray/Makefile.am @@ -6,7 +6,7 @@ noatun_systray_la_SOURCES = systray.cpp noatunui.cpp kitsystemtray.cpp cmodule.c noatun_systray_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_systray_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la +noatun_systray_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la noatun_systray_la_METASOURCES = AUTO diff --git a/noatun/modules/voiceprint/Makefile.am b/noatun/modules/voiceprint/Makefile.am index 22c3f65c..b1e71d44 100644 --- a/noatun/modules/voiceprint/Makefile.am +++ b/noatun/modules/voiceprint/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_voiceprint.la noatun_voiceprint_la_SOURCES = voiceprint.cpp prefs.cpp noatun_voiceprint_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_voiceprint_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la -lm +noatun_voiceprint_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la -lm noatun_voiceprint_la_METASOURCES = AUTO -- cgit v1.2.3