summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-21 14:36:41 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-21 14:36:41 -0500
commit1bf1da3c962a8c8bf397918c82102c2a157cb6dd (patch)
tree4454835e36efd5c4534cbe072f77b608a3497139
parent574247f79c5befa97905a92d477a14c8ba6016dd (diff)
downloadopus-1bf1da3c962a8c8bf397918c82102c2a157cb6dd.tar.gz
Adds trivial_example.c to make dist
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 02f34931..296c4dd8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,8 @@ DOCINPUTS = $(top_srcdir)/include/opus.h \
$(top_srcdir)/doc/footer.html \
$(top_srcdir)/doc/customdoxygen.css
-EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html opus_logo.svg
+EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
+ opus_logo.svg trivial_example.c
if HAVE_DOXYGEN