First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / dixmods / extmod / Makefile.am
blob9f6c4081b8c71088e86f9fbb257b8c3ab87c52de
1 sdk_HEADERS = dgaproc.h
3 extsmoduledir = $(moduledir)/extensions
4 extsmodule_LTLIBRARIES = libextmod.la
6 if DGA
7 DGA_SRCS = xf86dga.c xf86dga2.c dgaproc.h xf86dgaext.h
8 endif
10 if XV
11 XV_SRCS = xvmod.c xvmodproc.h
12 endif
14 AM_CFLAGS = @DIX_CFLAGS@ @XORG_CFLAGS@
15 INCLUDES = @XORG_INCS@ \
16            -I$(top_srcdir)/afb \
17            -I$(top_srcdir)/mfb \
18            -I$(top_srcdir)/cfb \
19            -I$(top_srcdir)/dbe \
20            -I$(top_srcdir)/hw/xfree86/loader \
21            -I$(top_srcdir)/miext/shadow
23 libextmod_la_LDFLAGS = -avoid-version
24 libextmod_la_SOURCES = modinit.c \
25                        modinit.h \
26                        $(DGA_SRCS) \
27                        xf86misc.c \
28                        xf86miscproc.h \
29                        xf86vmode.c \
30                        vidmodeproc.h \
31                        $(XV_SRCS)
32 libextmod_la_LIBADD = $(top_builddir)/Xext/libXextmodule.la