diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:41:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:41:20 -0600 |
commit | 4b3beef08a3ecd7897a8937ac7798e0b25f05b27 (patch) | |
tree | ba50299767a6e78126bb4ec35fc29d03a5289d49 /noatun-plugins/nexscope | |
parent | c0e1bc904cc10d84d89b4a146412e421010e1391 (diff) | |
download | tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.tar.gz tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'noatun-plugins/nexscope')
-rw-r--r-- | noatun-plugins/nexscope/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |