diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-07-26 14:07:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-07-28 20:26:06 -0700 |
commit | cf8cc328f1e370a548b71581bada7e1ee073c756 (patch) | |
tree | 90b41959d9c14b91f597ac30fa90554570a9ba3a | |
parent | 736d7ac5a94c7aa6761d50ab58339a3d9a116c51 (diff) |
Fix typo in dependencies for lint library
Breaks out of tree lintlib builds by causing VPATH lookup to fail.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |