another tweak for VST building
[ardour.git] / libs / fst / SConscript
index 6d5ac3346089286f1db7c006631e9fa4a2ba8af7..2cbfb94a9f68372b5b59e705d2a16f9dbd0862b1 100644 (file)
@@ -25,5 +25,8 @@ if fst['VST']:
     Default([hackSDK,a,b,c,d])
     
 env.Alias('tarball', env.Distribute (env['DISTTREE'],
-                                     fst_src + ['SConscript', 'fst.h'] ))
+                                     fst_src + ['SConscript',
+                                                'fst.h',
+                                                'jackvst.h'
+                                                ] ))