xserver-multidpi/Xext/Makefile.am
Alan Coopersmith 29b5f846d2 Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add
SecurityPolicy to EXTRA_DIST (Bill Crawford)
2005-10-09 17:47:34 +00:00

75 lines
1.2 KiB
Makefile

noinst_LTLIBRARIES = libXext.la
INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod
AM_CFLAGS = $(DIX_CFLAGS)
sdk_HEADERS = xvdix.h xvmcext.h
if MITSHM
MITSHM_SRCS = shm.c
endif
if XV
XV_SRCS = xvmain.c xvdisp.c xvmc.c xvdix.h xvmcext.h
endif
if RES
RES_SRCS = xres.c
endif
if SCREENSAVER
SCREENSAVER_SRCS = saver.c
endif
if XCSECURITY
XCSECURITY_SRCS = security.c
SERVERCONFIGdir = $(libdir)/xserver
SERVERCONFIG_DATA = SecurityPolicy
AM_CFLAGS += -DDEFAULTPOLICYFILE=\"$(SERVERCONFIGdir)/SecurityPolicy\"
endif
if XINERAMA
PANORAMIX_SRCS = panoramiX.c panoramiX.h panoramiXh.h panoramiXsrv.h panoramiXprocs.c panoramiXSwap.c
endif
if XEVIE
XEVIE_SRCS = xevie.c EVIstruct.h
endif
if XPRINT
XPRINT_SRCS = xprint.c
endif
EXTRA_DIST = \
appgroup.h \
xvdisp.h \
README.xtest1-ddx \
SecurityPolicy
# dmx.c has a hard dependency on the dmx DDX
libXext_la_SOURCES = \
bigreq.c \
mitmisc.c \
shape.c \
sleepuntil.c \
sleepuntil.h \
sync.c \
xtest.c \
xtest1di.c \
xtest1dd.c \
xtest1dd.h \
xcmisc.c \
dpms.c \
dpmsproc.h \
xf86bigfont.c \
$(MITSHM_SRCS) \
$(XV_SRCS) \
$(RES_SRCS) \
$(SCREENSAVER_SRCS) \
$(PANORAMIX_SRCS) \
$(XCSECURITY_SRCS) \
$(XEVIE_SRCS) \
$(XPRINT_SRCS)