13 lines
172 B
Text
13 lines
172 B
Text
|
noinst_LTLIBRARIES = libdbe.la
|
||
|
|
||
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||
|
|
||
|
if XORG
|
||
|
sdk_HEADERS = dbestruct.h
|
||
|
endif
|
||
|
|
||
|
libdbe_la_SOURCES = \
|
||
|
dbe.c \
|
||
|
midbe.c \
|
||
|
midbe.h
|