summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:29:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:29:09 -0600
commitddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch)
treecbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /noatun-plugins
parent84e0480c017e85530f4862f6f32e710e8f389c6b (diff)
downloadtdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz
tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/alarm/Makefile.am2
-rw-r--r--noatun-plugins/blurscope/Makefile.am2
-rw-r--r--noatun-plugins/ffrs/Makefile.am2
-rw-r--r--noatun-plugins/luckytag/Makefile.am2
-rw-r--r--noatun-plugins/lyrics/Makefile.am2
-rw-r--r--noatun-plugins/nexscope/Makefile.am2
-rw-r--r--noatun-plugins/noatunmadness/Makefile.am2
-rw-r--r--noatun-plugins/pitchablespeed/Makefile.am2
-rw-r--r--noatun-plugins/synaescope/Makefile.am2
-rw-r--r--noatun-plugins/tippercanoe/Makefile.am2
-rw-r--r--noatun-plugins/tyler/Makefile.am2
-rw-r--r--noatun-plugins/wavecapture/Makefile.am2
12 files changed, 12 insertions, 12 deletions
diff --git a/noatun-plugins/alarm/Makefile.am b/noatun-plugins/alarm/Makefile.am
index 182c307..95b46ac 100644
--- a/noatun-plugins/alarm/Makefile.am
+++ b/noatun-plugins/alarm/Makefile.am
@@ -6,7 +6,7 @@ noatunwakeup_la_SOURCES = wakeup.cpp \
kpercentspinbox.cpp
noatunwakeup_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunwakeup_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatunwakeup_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
noatunwakeup_la_METASOURCES = AUTO
diff --git a/noatun-plugins/blurscope/Makefile.am b/noatun-plugins/blurscope/Makefile.am
index 440a2fc..cf2816f 100644
--- a/noatun-plugins/blurscope/Makefile.am
+++ b/noatun-plugins/blurscope/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES= $(all_includes) $(SDL_CFLAGS) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatunblurscope.la
noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
noatunblurscope_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
-noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm $(SDL_LIBS)
+noatunblurscope_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm $(SDL_LIBS)
noatunblurscope_la_METASOURCES = AUTO
noatun_DATA = blurscope.plugin
diff --git a/noatun-plugins/ffrs/Makefile.am b/noatun-plugins/ffrs/Makefile.am
index 0364a32..4861ee5 100644
--- a/noatun-plugins/ffrs/Makefile.am
+++ b/noatun-plugins/ffrs/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_ffrs.la
noatun_ffrs_la_SOURCES = ffrs.cpp
noatun_ffrs_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_ffrs_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatun_ffrs_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
noatun_ffrs_la_METASOURCES = AUTO
diff --git a/noatun-plugins/luckytag/Makefile.am b/noatun-plugins/luckytag/Makefile.am
index 3d2cf05..079acb7 100644
--- a/noatun-plugins/luckytag/Makefile.am
+++ b/noatun-plugins/luckytag/Makefile.am
@@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = noatunluckytag.la
noatunluckytag_la_SOURCES = luckytag.cpp parsedmp3filename.cpp
noatunluckytag_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunluckytag_la_LIBADD = $(LIB_KFILE) -lnoatun -lnoatuntags
+noatunluckytag_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lnoatuntags
noatunluckytag_la_METASOURCES = AUTO
diff --git a/noatun-plugins/lyrics/Makefile.am b/noatun-plugins/lyrics/Makefile.am
index cb6d66d..540b4dc 100644
--- a/noatun-plugins/lyrics/Makefile.am
+++ b/noatun-plugins/lyrics/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatunlyrics.la
noatunlyrics_la_SOURCES = lyrics.cpp historymanager.cpp cmodule.cpp
noatunlyrics_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunlyrics_la_LIBADD = $(LIB_TDEHTML) $(LIB_KFILE) -lnoatun
+noatunlyrics_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEFILE) -lnoatun
noatunlyrics_la_METASOURCES = AUTO
diff --git a/noatun-plugins/nexscope/Makefile.am b/noatun-plugins/nexscope/Makefile.am
index e81b022..ea05782 100644
--- a/noatun-plugins/nexscope/Makefile.am
+++ b/noatun-plugins/nexscope/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatunnexscope.la
noatunnexscope_la_SOURCES = noatunplugin.cpp
noatunnexscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunnexscope_la_LIBADD = $(LIB_KFILE) -lnoatun
+noatunnexscope_la_LIBADD = $(LIB_TDEFILE) -lnoatun
bin_PROGRAMS = nexscope.bin
diff --git a/noatun-plugins/noatunmadness/Makefile.am b/noatun-plugins/noatunmadness/Makefile.am
index 4e48f80..962d256 100644
--- a/noatun-plugins/noatunmadness/Makefile.am
+++ b/noatun-plugins/noatunmadness/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES= $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatunmadness.la
noatunmadness_la_SOURCES = madness.cpp
noatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunmadness_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatunmadness_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
noatunmadness_la_METASOURCES = AUTO
noatun_DATA = madness.plugin
diff --git a/noatun-plugins/pitchablespeed/Makefile.am b/noatun-plugins/pitchablespeed/Makefile.am
index e77ab51..a7774cf 100644
--- a/noatun-plugins/pitchablespeed/Makefile.am
+++ b/noatun-plugins/pitchablespeed/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES= -I$(kde_includes)/arts $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatunpitchablespeed.la
noatunpitchablespeed_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
+noatunpitchablespeed_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm -lartsmodules
noatunpitchablespeed_la_SOURCES = pitchablespeed.cpp speedtuner.ui
noatunpitchablespeed_la_METASOURCES = AUTO
diff --git a/noatun-plugins/synaescope/Makefile.am b/noatun-plugins/synaescope/Makefile.am
index d1cb551..3978433 100644
--- a/noatun-plugins/synaescope/Makefile.am
+++ b/noatun-plugins/synaescope/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatunsynaescope.la
noatunsynaescope_la_SOURCES = synaescope.cpp cmodule.cpp
noatunsynaescope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatunsynaescope_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatunsynaescope.bin
diff --git a/noatun-plugins/tippercanoe/Makefile.am b/noatun-plugins/tippercanoe/Makefile.am
index 18a9e35..a325e1a 100644
--- a/noatun-plugins/tippercanoe/Makefile.am
+++ b/noatun-plugins/tippercanoe/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatuntippecanoe.la
noatuntippecanoe_la_SOURCES = synaescope.cpp
noatuntippecanoe_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatuntippecanoe_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatuntippecanoe.bin
diff --git a/noatun-plugins/tyler/Makefile.am b/noatun-plugins/tyler/Makefile.am
index bbba726..7f24717 100644
--- a/noatun-plugins/tyler/Makefile.am
+++ b/noatun-plugins/tyler/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatuntyler.la
noatuntyler_la_SOURCES = tyler.cpp
noatuntyler_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatuntyler_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatuntyler_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatuntyler.bin
diff --git a/noatun-plugins/wavecapture/Makefile.am b/noatun-plugins/wavecapture/Makefile.am
index 3b448ce..deebd0b 100644
--- a/noatun-plugins/wavecapture/Makefile.am
+++ b/noatun-plugins/wavecapture/Makefile.am
@@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = noatunwavecapture.la
noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
+noatunwavecapture_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm -lartsmodules
noatunwavecapture_la_SOURCES = wavecapture.cpp
noatunwavecapture_la_METASOURCES = AUTO