14 lines
193 B
Makefile
14 lines
193 B
Makefile
|
noinst_LTLIBRARIES = libdbe.la
|
||
|
|
||
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||
|
|
||
|
if XORG
|
||
|
sdk_HEADERS = dbestruct.h
|
||
|
endif
|
||
|
|
||
|
libdbe_la_SOURCES = \
|
||
|
dbe.c \
|
||
|
midbe.c \
|
||
|
midbe.h \
|
||
|
midbestr.h
|