]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
build: Construct write object list in Makefile.
[paraslash.git] / configure.ac
index 124dda7dce4e5f962a7ae026d162f0494d500217..5906f69eff569f8dce5b773c2b7b1f99f1857923 100644 (file)
@@ -415,31 +415,6 @@ if test $HAVE_CURSES = yes; then
        build_gui="yes"
        executables="$executables gui"
 fi
-######################################################################### write
-write_objs="
-       write
-       write_common
-       file_write
-       time
-       fd
-       string
-       sched
-       stdin
-       buffer_tree
-       check_wav
-       version
-"
-
-if test $NEED_AO_OBJECTS = yes; then
-       write_objs="$write_objs ao_write"
-fi
-if test $HAVE_OSS = yes; then
-       write_objs="$write_objs oss_write"
-fi
-if test $HAVE_ALSA = yes; then
-       write_objs="$write_objs alsa_write"
-fi
-AC_SUBST(write_objs, add_dot_o($write_objs))
 ######################################################################## audioc
 audioc_objs="
        audioc