go back to just using a makefile

The reason I went to autotools was the multiple sound systems, but since
we are now just using espeak's audio processing we can go back to a more
simple build system.
This commit is contained in:
William Hubbs 2011-03-05 20:11:21 -06:00
commit 701074fd96
12 changed files with 48 additions and 108 deletions

View file

@ -21,10 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>