diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 60254156c26021d9ed06e7b602c9b5770ea8f34c (patch) | |
tree | 49665d5cf13df086507a5e501a6d5aaf67e2673c /ksayit | |
parent | 1b93777b6479886165554b763531d7bea5fe6c1f (diff) | |
download | tdeaccessibility-60254156c26021d9ed06e7b602c9b5770ea8f34c.tar.gz tdeaccessibility-60254156c26021d9ed06e7b602c9b5770ea8f34c.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit')
-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 d226444..5da0f3b 100644 --- a/ksayit/Freeverb_plugin/Makefile.am +++ b/ksayit/Freeverb_plugin/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/ksayit/src $(all_includes) -I$(kde_includes)/kde -I$( METASOURCES = AUTO kde_servicetypes_DATA = ksayit_libFreeverb_service.desktop kde_services_DATA = ksayit_libFreeverb.desktop -fxpluginsdir = $(kde_libraries)/kde3 +fxpluginsdir = $(kde_libraries)/trinity fxplugins_LTLIBRARIES = libFreeverb_plugin.la libFreeverb_plugin_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |