summaryrefslogtreecommitdiff
path: root/hw/xfree86/Makefile.am
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-08 17:55:19 +0000
committerKevin E Martin <kem@kem.org>2005-12-08 17:55:19 +0000
commit008c2dd5e4614e6a21123ee3a2ac9c5d3bafa97a (patch)
tree82a717f827012e7cd4df7e3e49a7888c35a64849 /hw/xfree86/Makefile.am
parent39189c2b86a4c2ab5f3f161d423eb072356668e5 (diff)
Add configure options to allow hard-coded paths to be changed.
Diffstat (limited to 'hw/xfree86/Makefile.am')
-rw-r--r--hw/xfree86/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
index 058015095..85a213090 100644
--- a/hw/xfree86/Makefile.am
+++ b/hw/xfree86/Makefile.am
@@ -72,4 +72,7 @@ if INSTALL_SETUID
chmod u+s $(DESTDIR)$(bindir)/Xorg
endif
-EXTRA_DIST = xorgconf.cpp Options
+optionsdir = $(libdir)/X11
+dist_options_DATA = Options
+
+EXTRA_DIST = xorgconf.cpp