diff options
Diffstat (limited to 'dix')
-rw-r--r-- | dix/Makefile.am | 4 | ||||
-rw-r--r-- | dix/main.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 8c5f3c00e..83b8c62c2 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -1,8 +1,6 @@ noinst_LTLIBRARIES = libdix.la -AM_CFLAGS = $(DIX_CFLAGS) \ - -DVENDOR_NAME=\""@VENDOR_NAME@"\" \ - -DVENDOR_RELEASE="@VENDOR_RELEASE@" +AM_CFLAGS = $(DIX_CFLAGS) libdix_la_SOURCES = \ atom.c \ diff --git a/dix/main.c b/dix/main.c index e10f7e1a4..9d5d83944 100644 --- a/dix/main.c +++ b/dix/main.c @@ -76,6 +76,7 @@ Equipment Corporation. #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> +#include <version-config.h> #endif #include <X11/X.h> |