summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-02-16 02:17:11 -0800
committerKeith Packard <keithp@guitar.keithp.com>2007-02-17 15:16:44 -0800
commit096965ec9c7514f0c9fc0d17e5166f2d26781f87 (patch)
treea57c68316d11966d16165777f9637cdd9001d644 /hw/xfree86/parser
parent55797dd252382d35ebab5d9e18a5e0e77872d775 (diff)
Ensure drivers can use new modes header files.
New modes header files required a few minor changes to be used by external drivers, the most notable of which is the publication of the config file parser header files.
Diffstat (limited to 'hw/xfree86/parser')
-rw-r--r--hw/xfree86/parser/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
index 1c1ba3f13..849ee8bab 100644
--- a/hw/xfree86/parser/Makefile.am
+++ b/hw/xfree86/parser/Makefile.am
@@ -36,4 +36,6 @@ EXTRA_DIST = \
cpconfig.c
sdk_HEADERS = \
- $(LIBHEADERS)
+ $(LIBHEADERS) \
+ xf86Parser.h \
+ xf86Optrec.h