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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-12 05:13:36 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-13 22:52:52 +0400
commit3262664db46f248ea07ccbbbb9a78cfc44116bef (patch)
tree303ba1330e1f3b26cf0812271a481a6944d22ad2 /Makefile.am
parentcf1053dc85625deff2dfd600c83e9201b314f46b (diff)
Fixes make dist
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a29d54a..09a87c92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,10 @@ SILK_SOURCES += $(SILK_SOURCES_FLOAT)
OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
endif
+include celt_headers.mk
+include silk_headers.mk
+include opus_headers.mk
+
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h