blob: 02f81d7bcca0a36ff8dcbd38c07ca66b9532b9dd (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
SUBDIRS = libspeexdsp tests
EXTRA_DIST = libspeexdsp.sln
|