loader support for extmod
This commit is contained in:
parent
8ea4a1b759
commit
6c96e0c9e4
|
@ -0,0 +1,23 @@
|
||||||
|
sdk_HEADERS = dgaproc.h
|
||||||
|
|
||||||
|
module_LTLIBRARIES = libextmod.la
|
||||||
|
|
||||||
|
# DGA_SRCS = xf86dga.c xf86dga2.c
|
||||||
|
if XV
|
||||||
|
XV_SRCS = xvmod.c
|
||||||
|
endif
|
||||||
|
|
||||||
|
# yes, this is a cheesy hack.
|
||||||
|
AM_CFLAGS = $(XORG_CFLAGS) -include xorg-config.h
|
||||||
|
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/afb -I$(top_srcdir)/mfb \
|
||||||
|
-I$(top_srcdir)/cfb -I$(top_srcdir)/dbe -I$(srcdir)/../loader \
|
||||||
|
-I$(top_srcdir)/miext/layer -I$(top_srcdir)/miext/shadow
|
||||||
|
|
||||||
|
libextmod_la_LDFLAGS = -avoid-version
|
||||||
|
libextmod_la_LIBADD = $(top_srcdir)/Xext/libXext.la
|
||||||
|
libextmod_la_SOURCES = \
|
||||||
|
modinit.c \
|
||||||
|
$(DGA_SRCS) \
|
||||||
|
xf86misc.c \
|
||||||
|
xf86vmode.c \
|
||||||
|
$(XV_SRCS)
|
Loading…
Reference in New Issue