summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/extmod/Makefile.am
blob: fbb07732a6c23cd8cafe1a1493d9e35f565544f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
sdk_HEADERS = dgaproc.h

module_LTLIBRARIES = libextmod.la

if DGA
DGA_SRCS = xf86dga.c xf86dga2.c dgaproc.h xf86dgaext.h
endif

if XV
XV_SRCS = xvmod.c xvmodproc.h
endif

AM_CFLAGS = @XORG_CFLAGS@
INCLUDES = @XORG_INCS@ \
           -I$(top_srcdir)/afb \
           -I$(top_srcdir)/mfb \
           -I$(top_srcdir)/cfb \
           -I$(top_srcdir)/dbe \
           -I$(top_srcdir)/hw/xfree86/loader \
           -I$(top_srcdir)/miext/layer \
           -I$(top_srcdir)/miext/shadow

libextmod_la_LDFLAGS = -avoid-version
libextmod_la_SOURCES = modinit.c \
                       modinit.h \
                       $(DGA_SRCS) \
                       xf86misc.c \
                       xf86miscproc.h \
                       xf86vmode.c \
                       vidmodeproc.h \
                       $(XV_SRCS)
libextmod_la_LIBADD = $(top_builddir)/Xext/libXext.la