diff options
Diffstat (limited to 'noatun-plugins/nexscope/Makefile.am')
-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 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 |