diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-11 12:54:03 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-11 13:53:22 -0800 |
commit | 52c17bfbe2a50c9117ad92843f34e94be4f09c5e (patch) | |
tree | abb0bf2f048da938808f580cefc6923e4d8550b6 /Makefile.am | |
parent | c53bfd6679f842a5a061904740d86932bbbda6c6 (diff) |
Bug 25592: Use $(docdir) for XvMC_API.txt install path
Bumps minimum autoconf version required to 2.60 for $(docdir)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index eaf85d1..84de33c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,8 +24,7 @@ SUBDIRS = src include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xvmc.pc -xvmcdocdir = $(datadir)/doc/$(PACKAGE) -dist_xvmcdoc_DATA = XvMC_API.txt +dist_doc_DATA = XvMC_API.txt MAINTAINERCLEANFILES = ChangeLog INSTALL EXTRA_DIST = xvmc.pc.in |