mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-06 19:00:14 +01:00
Fix source paths for out-of-tree lintlib builds
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
0885cad1e4
commit
d9f569572b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue