ref: 682f27118bb80696ac29f5051e51685ecd067576
parent: 39fee9b14fd9f4885fde52cf6698bb8ba65b240e
author: cbagwell <cbagwell>
date: Mon Sep 3 01:22:41 EDT 2007
cleanup libgsm directory.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -298,6 +298,9 @@
clean-local:
$(RM) play rec
+ cd libgsm && $(MAKE) clean
distclean-local:
$(RM) soxstdint.h
+ cd libgsm && $(MAKE) distclean
+