diff options
Diffstat (limited to 'engine/voice_codecs/speex/source/Makefile.am')
| -rw-r--r-- | engine/voice_codecs/speex/source/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engine/voice_codecs/speex/source/Makefile.am b/engine/voice_codecs/speex/source/Makefile.am new file mode 100644 index 0000000..113f18d --- /dev/null +++ b/engine/voice_codecs/speex/source/Makefile.am @@ -0,0 +1,11 @@ +## 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 + +EXTRA_DIST = Speex.spec Speex.spec.in + +SUBDIRS = libspeex @src@ doc win32 + +rpm: dist + rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz |