summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgconfig
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/utils/xorgconfig
parent39189c2b86a4c2ab5f3f161d423eb072356668e5 (diff)
Add configure options to allow hard-coded paths to be changed.
Diffstat (limited to 'hw/xfree86/utils/xorgconfig')
-rw-r--r--hw/xfree86/utils/xorgconfig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/utils/xorgconfig/Makefile.am b/hw/xfree86/utils/xorgconfig/Makefile.am
index 4f3d62049..ec0b01fe1 100644
--- a/hw/xfree86/utils/xorgconfig/Makefile.am
+++ b/hw/xfree86/utils/xorgconfig/Makefile.am
@@ -33,7 +33,7 @@ dist_X11_DATA = Cards
xorgconfig_CFLAGS = @SERVER_DEFINES@ @XORGCONFIG_DEP_CFLAGS@ \
-DCARD_DATABASE_FILE='"$(X11dir)/Cards"' \
- -DPROJECTROOT='"$(prefix)"' \
+ -DPROJECTROOT='"$(PROJECTROOT)"' \
-DFILEMANSUFFIX='"$(FILE_MAN_SUFFIX)"' \
-DXVERSIONSTRING='"$(PACKAGE_STRING)"'