summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-26 12:17:47 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-26 12:17:47 -0700
commitd9f569572bd14db31921471e7b877523b5cf1e4c (patch)
treeffb89dfba0ede998cb39b9cf37b664e404034ec6
parent0885cad1e4a9ed57266582be320be55259c881bf (diff)
Fix source paths for out-of-tree lintlib builds
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d46b4930..ceb83662 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -398,7 +398,7 @@ lintlibdir = $(libdir)
lintlib_DATA = $(LINTLIB)
-lintlib_src = $(libX11_la_SOURCES) xcms/*.c xkb/*.c
+lintlib_src = $(libX11_la_SOURCES) $(srcdir)/xcms/*.c $(srcdir)/xkb/*.c
CLEANFILES += $(lintlib_DATA)