mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 18:20:05 +01:00
If we're installing libxf86config, install headers needed to build against it.
This commit is contained in:
parent
b3a3020fd0
commit
2b357e9a2f
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
if INSTALL_LIBXF86CONFIG
|
||||
lib_LIBRARIES = libxf86config.a
|
||||
LIBHEADERS = \
|
||||
xf86Optrec.h \
|
||||
xf86Parser.h
|
||||
else
|
||||
noinst_LIBRARIES = libxf86config.a
|
||||
endif
|
||||
|
|
@ -32,3 +35,6 @@ EXTRA_DIST = \
|
|||
xf86Parser.h \
|
||||
xf86tokens.h \
|
||||
cpconfig.c
|
||||
|
||||
sdk_HEADERS = \
|
||||
$(LIBHEADERS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue