If we're installing libxf86config, install headers needed to build against it.
This commit is contained in:
parent
b3a3020fd0
commit
2b357e9a2f
|
@ -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…
Reference in New Issue