mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 08:28:05 +02:00
include: don't distribute XlibConf.h
Since XlibConf.h is built by configure, don't distribute it.
This commit is contained in:
parent
dd1705ced2
commit
c9e28e05ae
1 changed files with 4 additions and 2 deletions
|
|
@ -9,10 +9,12 @@ x11include_HEADERS=\
|
|||
X11/Xutil.h \
|
||||
X11/cursorfont.h \
|
||||
X11/Xregion.h \
|
||||
X11/ImUtil.h \
|
||||
X11/ImUtil.h
|
||||
|
||||
nodist_x11include_HEADERS=\
|
||||
X11/XlibConf.h
|
||||
|
||||
EXTRA_DIST=\
|
||||
EXTRA_DIST = \
|
||||
X11/XlibConf.h.in
|
||||
|
||||
if XCB
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue