summaryrefslogtreecommitdiff
path: root/include/speex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/speex/Makefile.am')
-rw-r--r--include/speex/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/speex/Makefile.am b/include/speex/Makefile.am
new file mode 100644
index 0000000..2ae34f9
--- /dev/null
+++ b/include/speex/Makefile.am
@@ -0,0 +1,9 @@
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+nodist_pkginclude_HEADERS = speex_config_types.h
+
+pkginclude_HEADERS = speex.h speex_bits.h speex_buffer.h speex_callbacks.h \
+ speex_echo.h speex_header.h speex_jitter.h speex_preprocess.h speex_resampler.h \
+ speex_stereo.h speex_types.h
+