diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 23:14:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 23:14:51 -0700 |
commit | 8a5876f71cbad2a02eb6c47772cf46c17bc1f451 (patch) | |
tree | fe5211a091eaeba901b5d693c3437e27e35188bc /Makefile.am | |
parent | c0ba39fd18a56adbbe7e2e4a1655aa1aaf5c1ed6 (diff) |
Move XvMC_API.txt from xorg-docs
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bbca204..56dffbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ SUBDIRS = src include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xvmc.pc +xvmcdocdir = $(datadir)/doc/$(PACKAGE) +dist_xvmcdoc_DATA = XvMC_API.txt + EXTRA_DIST = xvmc.pc.in ChangeLog .PHONY: ChangeLog |