actual fix for vestige header file specification in SConscript
[ardour.git] / libs / fst / SConscript
index 5332c096ed8d440988878270440035e1ef3d86fe..a543d72a501ae4f7cbb0b7e9299fdaa0f58368f0 100644 (file)
@@ -58,10 +58,13 @@ if fst['VST']:
     e = fst.Object ('thread', 'thread.c')
     Default([a,b,c,d,e])
     
+vestige_headers = glob.glob ('vestige/*.h')
+
 env.Alias('tarball', env.Distribute (env['DISTTREE'],
-                                     fst_src + ['SConscript',
-                                                'fst.h',
-                                                'jackvst.h',
-                                                'vestige/*.h'
-                                                ] ))
+                                     fst_src + vestige_headers +
+                                     ['SConscript',
+                                      'fst.h',
+                                      'jackvst.h',
+                                      ] 
+                                     ))