summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgcfg
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-03 17:08:06 +0000
committerKevin E Martin <kem@kem.org>2005-11-03 17:08:06 +0000
commit90cf8e339b71c2f8f2d7a362e6e1ca8078d7f4fd (patch)
treef341a5245ce0b27ef0e669eed183fe5b8c4dbf1a /hw/xfree86/utils/xorgcfg
parentf23defeef285b4a5bb58405589294bd557c9bb01 (diff)
Fix vendor string and release version reported by the servers. Enable
security, lbx and xevie extensions to give us parity with monolithic tree.
Diffstat (limited to 'hw/xfree86/utils/xorgcfg')
-rw-r--r--hw/xfree86/utils/xorgcfg/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/utils/xorgcfg/Makefile.am b/hw/xfree86/utils/xorgcfg/Makefile.am
index 3b28b17bf..9bb38af0d 100644
--- a/hw/xfree86/utils/xorgcfg/Makefile.am
+++ b/hw/xfree86/utils/xorgcfg/Makefile.am
@@ -120,8 +120,8 @@ APPDEFAULTFILES = XOrgCfg
appdefault_DATA = $(APPDEFAULTFILES)
-CPP_FILES_FLAGS = -D__VENDORNAME__="@VENDOR_STRING@" \
- -D__VENDORVERS__="@VENDOR_RELEASE@"
+CPP_FILES_FLAGS = -D__VENDORNAME__="@VENDOR_STRING_SHORT@" \
+ -D__VENDORVERS__="@VENDOR_MAN_VERSION@"
# dear automake: it would be really nice if you would actually put things into
# .SUFFIXES so i wouldnt' have to do this.