]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
mixer: Implement non-linear time scale for fading.
[paraslash.git] / Makefile.in
index 986877bc2a20358c454cbeda0eda6e92b038346b..e1f7634efa001c52221333dad6773c99308c3a25 100644 (file)
@@ -10,15 +10,8 @@ PACKAGE_VERSION := @PACKAGE_VERSION@
 
 INSTALL := @INSTALL@
 M4 := @M4@
-GENGETOPT := @GENGETOPT@
-HELP2MAN := @HELP2MAN@
-
-ggo_descriptions_declared := @ggo_descriptions_declared@
 
 executables := @executables@
-receivers := @receivers@
-filters := @filters@
-writers := @writers@
 
 recv_objs := @recv_objs@
 filter_objs := @filter_objs@
@@ -26,7 +19,7 @@ client_objs := @client_objs@
 gui_objs := @gui_objs@
 audiod_objs := @audiod_objs@
 audioc_objs := @audioc_objs@
-fade_objs := @fade_objs@
+mixer_objs := @mixer_objs@
 server_objs := @server_objs@
 write_objs := @write_objs@
 afh_objs := @afh_objs@