mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 01:50:05 +01:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
noinst_LTLIBRARIES = libdbe.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
sdk_HEADERS = dbestruct.h
|
|
|
|
libdbe_la_SOURCES = \
|
|
dbe.c \
|
|
midbe.c \
|
|
midbe.h \
|
|
midbestr.h
|