If we're installing libxf86config, install headers needed to build against it.

This commit is contained in:
Donnie Berkholz 2006-09-10 22:17:20 -07:00 committed by Donnie Berkholz
parent b3a3020fd0
commit 2b357e9a2f

View File

@ -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)