ref: 9f7295341e29c0912ceece1490adf9bdec99037a
parent: 71db51d1edafbdabb0405cb350cabe51c727071a
author: Ralph Giles <giles@mozilla.com>
date: Tue May 23 11:29:25 EDT 2017
Rename opusenc makefile shortcuts to libopusenc. Be consistent with the package name.
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,10 +49,10 @@
doc/Makefile
# Targets to build and install just the library without the docs
-opusenc install-opusenc: NO_DOXYGEN = 1
+libopusenc install-libopusenc: NO_DOXYGEN = 1
-opusenc: all
-install-opusenc: install
+libopusenc: all
+install-libopusenc: install
# Or just the docs
docs: doc/doxygen-build.stamp