diff options
Diffstat (limited to 'ksayit/Freeverb_plugin/Makefile.am')
-rw-r--r-- | ksayit/Freeverb_plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/Freeverb_plugin/Makefile.am b/ksayit/Freeverb_plugin/Makefile.am index 5da0f3b..91e101b 100644 --- a/ksayit/Freeverb_plugin/Makefile.am +++ b/ksayit/Freeverb_plugin/Makefile.am @@ -6,7 +6,7 @@ fxpluginsdir = $(kde_libraries)/trinity fxplugins_LTLIBRARIES = libFreeverb_plugin.la libFreeverb_plugin_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) -libFreeverb_plugin_la_LIBADD = $(LIB_KDECORE) $(LIB_KDEUI) -lartskde\ +libFreeverb_plugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEUI) -lartskde\ -lartsmodules noinst_HEADERS = freeverbsetupimpl.h ksayitfreeverblib.h kdeexportfix.h libFreeverb_plugin_la_SOURCES = freeverbsetupimpl.cpp freeverb_setup.ui \ |