Add SecurityPolicy file for XCSECURITY extension.
Add README to EXTRA_DIST
This commit is contained in:
parent
54639964cc
commit
256fa24945
|
@ -1,3 +1,11 @@
|
||||||
|
2005-09-25 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||||
|
|
||||||
|
* Xext/Makefile.am:
|
||||||
|
Add SecurityPolicy file for XCSECURITY extension.
|
||||||
|
|
||||||
|
* hw/xfree86/dummylib/Makefile.am:
|
||||||
|
Add README to EXTRA_DIST
|
||||||
|
|
||||||
2005-09-23 Alan Coopersmith <alan.coopersmith@sun.com>
|
2005-09-23 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
noinst_LTLIBRARIES = libXext.la
|
noinst_LTLIBRARIES = libXext.la
|
||||||
|
|
||||||
|
INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod
|
||||||
|
|
||||||
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
|
|
||||||
sdk_HEADERS = xvdix.h xvmcext.h
|
sdk_HEADERS = xvdix.h xvmcext.h
|
||||||
|
|
||||||
if MITSHM
|
if MITSHM
|
||||||
|
@ -20,6 +24,9 @@ endif
|
||||||
|
|
||||||
if XCSECURITY
|
if XCSECURITY
|
||||||
XCSECURITY_SRCS = security.c
|
XCSECURITY_SRCS = security.c
|
||||||
|
SERVERCONFIGdir = $(libdir)/xserver
|
||||||
|
SERVERCONFIG_DATA = SecurityPolicy
|
||||||
|
AM_CFLAGS += -DDEFAULTPOLICYFILE=\"$(SERVERCONFIGdir)/SecurityPolicy\"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if XINERAMA
|
if XINERAMA
|
||||||
|
@ -34,10 +41,6 @@ if XPRINT
|
||||||
XPRINT_SRCS = xprint.c
|
XPRINT_SRCS = xprint.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod
|
|
||||||
|
|
||||||
AM_CFLAGS = $(DIX_CFLAGS)
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
appgroup.h \
|
appgroup.h \
|
||||||
xvdisp.h
|
xvdisp.h
|
||||||
|
|
|
@ -47,5 +47,4 @@ libdummy_nonserver_a_SOURCES = \
|
||||||
xf86verbose.c \
|
xf86verbose.c \
|
||||||
$(srcdir)/../os-support/shared/sigiostubs.c
|
$(srcdir)/../os-support/shared/sigiostubs.c
|
||||||
|
|
||||||
|
EXTRA_DIST = README
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue