search for: psytune_ldadd

Displaying 1 result from an estimated 1 matches for "psytune_ldadd".

2000 Nov 08
1
vorbis module: Makefile cleaning
should tone barkmel and psytune be in vorbis or vorbis-tools? and if you're going to leave them around, perhaps put in the compilation rules as something like: --- vorbis/lib/Makefile.am EXTRA_PROGRAMS = psytune barkmel tone CLEANFILES = psytune barkmel tone psytune_SOURCES = psytune.c psytune_LDADD = .libs/libvorbis.a barkmel_SOURCES = barkmel.c tone_SOURCES = tone.c --- rather than just plopping them into EXTRA_DIST (this way they don't get made by default, but the compilation rule is there) oh yah. psytune.c should now include "backends.h" at the beginning, and there are two...