diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:20 -0600 |
commit | 4b3beef08a3ecd7897a8937ac7798e0b25f05b27 (patch) | |
tree | ba50299767a6e78126bb4ec35fc29d03a5289d49 /noatun-plugins | |
parent | c0e1bc904cc10d84d89b4a146412e421010e1391 (diff) | |
download | tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.tar.gz tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'noatun-plugins')
-rw-r--r-- | noatun-plugins/nexscope/Makefile.am | 2 | ||||
-rw-r--r-- | noatun-plugins/synaescope/Makefile.am | 4 | ||||
-rw-r--r-- | noatun-plugins/tippercanoe/Makefile.am | 4 | ||||
-rw-r--r-- | noatun-plugins/tyler/Makefile.am | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/noatun-plugins/nexscope/Makefile.am b/noatun-plugins/nexscope/Makefile.am index 79e0b94..afafff0 100644 --- a/noatun-plugins/nexscope/Makefile.am +++ b/noatun-plugins/nexscope/Makefile.am @@ -13,7 +13,7 @@ bin_PROGRAMS = nexscope.bin #renderers.cpp must be first for enable-final nexscope_bin_SOURCES = renderers.cpp bitmappool.cpp nex.cpp output.cpp input.cpp gui.cpp regionwidget.cpp convolve.c nexscope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(SDL_LIBS) -nexscope_bin_LDADD = $(LIB_KDEUI) -lm -lnoatun $(SDL_LIBS) +nexscope_bin_LDADD = $(LIB_TDEUI) -lm -lnoatun $(SDL_LIBS) noatun_DATA = nexscope.plugin noatundir = $(kde_datadir)/noatun diff --git a/noatun-plugins/synaescope/Makefile.am b/noatun-plugins/synaescope/Makefile.am index 207ffa0..4a06b35 100644 --- a/noatun-plugins/synaescope/Makefile.am +++ b/noatun-plugins/synaescope/Makefile.am @@ -11,8 +11,8 @@ noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm bin_PROGRAMS = noatunsynaescope.bin noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp -noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS) +noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +noatunsynaescope_bin_LDADD = $(LIB_TDEUI) -lnoatun $(SDL_LIBS) noatun_DATA = synaescope.plugin noatundir = $(kde_datadir)/noatun diff --git a/noatun-plugins/tippercanoe/Makefile.am b/noatun-plugins/tippercanoe/Makefile.am index d85ab15..b5ea4ce 100644 --- a/noatun-plugins/tippercanoe/Makefile.am +++ b/noatun-plugins/tippercanoe/Makefile.am @@ -11,8 +11,8 @@ noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lnoatun -lm bin_PROGRAMS = noatuntippecanoe.bin noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp -noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -noatuntippecanoe_bin_LDADD = $(LIB_KDEUI) -lm $(SDL_LIBS) +noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS) noatun_DATA = tippecanoe.plugin noatundir = $(kde_datadir)/noatun diff --git a/noatun-plugins/tyler/Makefile.am b/noatun-plugins/tyler/Makefile.am index 5a2e279..14302b9 100644 --- a/noatun-plugins/tyler/Makefile.am +++ b/noatun-plugins/tyler/Makefile.am @@ -11,8 +11,8 @@ noatuntyler_la_LIBADD = $(LIB_KFILE) -lnoatun -lm bin_PROGRAMS = noatuntyler.bin noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c -noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -noatuntyler_bin_LDADD = $(LIB_KDECORE) -lm $(SDL_LIBS) +noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +noatuntyler_bin_LDADD = $(LIB_TDECORE) -lm $(SDL_LIBS) noatun_DATA = tyler.plugin tylerstates noatundir = $(kde_datadir)/noatun |