diff options
Diffstat (limited to 'noatun-plugins/synaescope/Makefile.am')
-rw-r--r-- | noatun-plugins/synaescope/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |