diff options
author | Eugene Konev <ejka@imfi.kspu.ru> | 2007-05-28 21:53:02 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-05-28 21:53:02 -0400 |
commit | 857ddbb660a21cad1c16f4fb2dc8a904d6655304 (patch) | |
tree | 35dd1bdcf007ab38dbfeb6d4624c0315b16efb29 /Xext/Makefile.am | |
parent | 78d01d1008973899d931ef44b47d5f0b5f220b0d (diff) |
Allow configurable serverconfigdir for security policy location
Allow the location of the SERVERCONFIGdir variable to be defined at
compile-time. This allows us to specify where the security policy will be
located (Debian uses this to put it in /etc). The default is to the
previous location.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 6ea3d7445..d0d23b77f 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -34,7 +34,6 @@ MODULE_SRCS = \ xcmisc.c # Extra configuration files ship with some extensions -SERVERCONFIGdir = $(libdir)/xserver SERVERCONFIG_DATA = # Optional sources included if extension enabled by configure.ac rules |