# If you ever want to uninstall TwoLAME, this should do it:
# ('make uninstall' should do it if you have the configure'd source)
cd
su
test -d src/twolame-* && ( cd src/twolame-* ; make uninstall )
test -d /usr/local/share/doc/twolame && rm -r /usr/local/share/doc/twolame
rm -f \
/usr/local/bin/twolame \
/usr/local/include/twolame.h \
/usr/local/lib/libtwolame.* \
/usr/local/man/man1/twolame.1 \
/usr/local/lib/pkgconfig/twolame.pc
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "twolame-*" -exec rm -r {} \;
rm -f ~/installed/twolame-*.tar.*