2006-11-26 11:13:41 -07:00
|
|
|
noinst_LTLIBRARIES = libcomposite.la
|
|
|
|
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
|
2010-07-27 13:02:24 -06:00
|
|
|
if XORG
|
|
|
|
sdk_HEADERS = compositeext.h
|
|
|
|
endif
|
|
|
|
|
2006-11-26 11:13:41 -07:00
|
|
|
libcomposite_la_SOURCES = \
|
|
|
|
compalloc.c \
|
|
|
|
compext.c \
|
|
|
|
compint.h \
|
|
|
|
compinit.c \
|
2009-09-06 13:44:18 -06:00
|
|
|
compoverlay.c \
|
2006-11-26 11:13:41 -07:00
|
|
|
compwindow.c
|