mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Make Xext linkage srcdir != builddir safe.
This commit is contained in:
@@ -26,4 +26,4 @@ libextmod_la_SOURCES = modinit.c \
|
||||
xf86vmode.c \
|
||||
vidmodeproc.h \
|
||||
$(XV_SRCS)
|
||||
libextmod_la_LIBADD = $(top_srcdir)/Xext/libXext.la
|
||||
libextmod_la_LIBADD = $(top_builddir)/Xext/libXext.la
|
||||
|
||||
Reference in New Issue
Block a user