From 2b357e9a2f9038cf9cd07da908e3103a3d0965c9 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Sun, 10 Sep 2006 22:17:20 -0700 Subject: [PATCH] If we're installing libxf86config, install headers needed to build against it. --- hw/xfree86/parser/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am index acda83d27..46ef79060 100644 --- a/hw/xfree86/parser/Makefile.am +++ b/hw/xfree86/parser/Makefile.am @@ -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)