Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2012-04-05 20:23:47 +0400
committerRalph Giles <giles@thaumas.net>2012-04-05 20:23:47 +0400
commitcd539dfdcdc735baba0722fc9843eb41853eec6b (patch)
tree404a86604e4e1bad3749123ac07e461cd2bdb48e /opus_headers.mk
parent8779266cf1414c7d709ebcaaa2f39a59ba7570aa (diff)
Rename to header makefile fragements to .mk
The opus_headers.txt, etc. files are makefile fragments defining variables with a list of required header files for the build. As such they should use the .mk filename extension, just like opus_sources.mk, etc.
Diffstat (limited to 'opus_headers.mk')
-rw-r--r--opus_headers.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/opus_headers.mk b/opus_headers.mk
new file mode 100644
index 00000000..f160710c
--- /dev/null
+++ b/opus_headers.mk
@@ -0,0 +1,4 @@
+OPUS_HEAD = \
+include/opus.h \
+include/opus_multistream.h \
+src/opus_private.h