diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-03 17:08:06 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-03 17:08:06 +0000 |
commit | 90cf8e339b71c2f8f2d7a362e6e1ca8078d7f4fd (patch) | |
tree | f341a5245ce0b27ef0e669eed183fe5b8c4dbf1a /dix/Makefile.am | |
parent | f23defeef285b4a5bb58405589294bd557c9bb01 (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 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index f820276a7..721d65fd5 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = libdix.la libxpstubs.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) \ + -DVENDOR_STRING=\""@VENDOR_STRING@"\" \ + -DVENDOR_RELEASE="@VENDOR_RELEASE@" libdix_la_SOURCES = \ atom.c \ |