aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-30 12:26:34 -0400
committerGregory Maxwell <greg@xiph.org>2012-08-30 12:27:11 -0400
commit6e2dd16f0a59e6daca0a8de43a1def3dbf1322a3 (patch)
treea776c505897df3b8139a9140d3a9c43a89d58055 /Makefile.am
parent865124f79ca0bbd34e8ad462fdd915e2a706c1c6 (diff)
downloadlibopus-6e2dd16f0a59e6daca0a8de43a1def3dbf1322a3.tar.gz
Add an m4 macro set for pkgconfig less usage with autotools.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e9e63295..34210bf1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,7 @@ endif
EXTRA_DIST = version.mk \
opus.pc.in \
opus-uninstalled.pc.in \
+ opus.m4 \
tests/run_vectors.sh \
opus.sln \
celt/celt.vcxproj \
@@ -111,6 +112,8 @@ EXTRA_DIST = version.mk \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = opus.pc
+m4datadir = $(datadir)/aclocal
+m4data_DATA = opus.m4
# Targets to build and install just the library without the docs
opus check-opus install-opus: export NO_DOXYGEN = 1