36 lines
310 B
Makefile
36 lines
310 B
Makefile
ACLOCAL_AMFLAGS=-I m4
|
|
|
|
if DBE
|
|
DBE_DIR=dbe
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
include \
|
|
dix \
|
|
fb \
|
|
mi \
|
|
Xext \
|
|
miext \
|
|
os \
|
|
randr \
|
|
render \
|
|
$(DBE_DIR) \
|
|
xfixes \
|
|
damageext \
|
|
kdrive
|
|
|
|
DIST_SUBDIRS = \
|
|
include \
|
|
dix \
|
|
fb \
|
|
mi \
|
|
Xext \
|
|
miext \
|
|
os \
|
|
randr \
|
|
render \
|
|
dbe \
|
|
xfixes \
|
|
damageext \
|
|
kdrive
|