lintlib.patch revision 1422
From d3a0dc85b67cacec893aeab5f5706e1eb3f1ce16 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat, 26 Jul 2014 14:07:26 -0700
Subject: [PATCH:libXv] Fix typo in dependencies for lint library
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 0948474..06e9ffd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ lintlibdir = $(libdir)
lintlib_DATA = $(LINTLIB)
-$(LINTLIB): $(libXau_la_SOURCES)
+$(LINTLIB): $(libXv_la_SOURCES)
$(LINT) -y -oXv -x $(ALL_LINT_FLAGS) $(libXv_la_SOURCES)
CLEANFILES = $(LINTLIB)
--
1.7.9.2