mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-25 11:50:06 +01:00
This reverts commit 79fa3d8070.
Re-revert the XlibConf.h change, which prevented distribution, not
installation.
22 lines
347 B
Makefile
22 lines
347 B
Makefile
x11includedir=${includedir}/X11
|
|
x11include_HEADERS=\
|
|
X11/XKBlib.h \
|
|
X11/Xcms.h \
|
|
X11/Xlib.h \
|
|
X11/Xlibint.h \
|
|
X11/Xlocale.h \
|
|
X11/Xresource.h \
|
|
X11/Xutil.h \
|
|
X11/cursorfont.h \
|
|
X11/Xregion.h \
|
|
X11/ImUtil.h
|
|
|
|
nodist_x11include_HEADERS=\
|
|
X11/XlibConf.h
|
|
|
|
EXTRA_DIST = \
|
|
X11/XlibConf.h.in
|
|
|
|
if XCB
|
|
x11include_HEADERS += X11/Xlib-xcb.h
|
|
endif
|