summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
committerRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
commitbcf6c764625ab4b98e486977ef477deb4f1d64c4 (patch)
tree8a87224ccaa169e9065544e8ab0529fb0722f101 /gtk2_ardour
parent7f714ca0366acccd1c9e6d3cc67c5573e4ea1d43 (diff)
consolidate lxVST & winVST file-info code into libardour
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 621a763ea5..24349d928d 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -363,8 +363,6 @@ def build(bld):
obj = bld (features = 'cxx c cxxprogram wine')
obj.source = (
'../libs/fst/fst.c',
- '../libs/fst/fstinfofile.c',
- '../libs/fst/vsti.c',
'../libs/fst/vstwin.c',
'../vst/winmain.c',
)