Makefile.am 377 B

12345678910111213141516
  1. # Disable automatic dependency tracking if using other tools than gcc and gmake
  2. #AUTOMAKE_OPTIONS = no-dependencies
  3. nodist_pkginclude_HEADERS = speex_config_types.h
  4. pkginclude_HEADERS = speex.h \
  5. speex_types.h \
  6. speex_bits.h \
  7. speex_header.h \
  8. speex_callbacks.h \
  9. speex_stereo.h \
  10. speex_preprocess.h \
  11. speex_jitter.h \
  12. speex_echo.h \
  13. pcm_wrapper.h
粤ICP备19079148号