From f2e27e4d1aa6e1b12b1af5bce166d1c3b10473dd Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Wed, 14 Nov 2012 11:05:32 -0800 Subject: [PATCH] Dist the doc and unix static Makefiles. These are useful alternatives to the autoconf build, since we're maintaining them we should include them in release packages. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f621563..e572ed8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,9 @@ EXTRA_DIST = \ opusfile-uninstalled.pc.in \ doc/Doxyfile.in \ doc/git-version.sh \ - doc/opus_logo.svg + doc/opus_logo.svg \ + doc/Makefile \ + unix/Makefile # Targets to build and install just the library without the docs opusfile install-opusfile: NO_DOXYGEN = 1 -- GitLab