diff options
Diffstat (limited to 'noatun/modules/excellent')
-rw-r--r-- | noatun/modules/excellent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/excellent/Makefile.am b/noatun/modules/excellent/Makefile.am index a2558676..49d8eb70 100644 --- a/noatun/modules/excellent/Makefile.am +++ b/noatun/modules/excellent/Makefile.am @@ -5,7 +5,7 @@ noatun_excellent_la_SOURCES = noatunui.cpp\ userinterface.cpp noatun_excellent_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_excellent_la_LIBADD = $(LIB_KFILE) \ +noatun_excellent_la_LIBADD = $(LIB_TDEFILE) \ $(top_builddir)/noatun/library/libnoatun.la \ $(top_builddir)/noatun/library/libnoatuncontrols.la \ -lqtmcop -lkmedia2_idl -lsoundserver_idl |