summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-10 22:17:20 -0700
committerDonnie Berkholz <donnie@comet.(none)>2006-09-10 22:17:20 -0700
commit2b357e9a2f9038cf9cd07da908e3103a3d0965c9 (patch)
tree5492389ca6e979b076782ec3bb52d94d4e054e06
parentb3a3020fd018df8bc5a8193d36e1a1c7ae8af8ba (diff)
If we're installing libxf86config, install headers needed to build against it.
-rw-r--r--hw/xfree86/parser/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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)