mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 23:40:13 +01:00
double-buffering extension
This commit is contained in:
parent
c2ec9fbb15
commit
2d4ddb5606
1 changed files with 12 additions and 0 deletions
12
dbe/Makefile.am
Normal file
12
dbe/Makefile.am
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
noinst_LTLIBRARIES = libdbe.la
|
||||
|
||||
AM_CFLAGS = $(DIX_CFLAGS)
|
||||
|
||||
# sdk_HEADERS =
|
||||
|
||||
libdbe_la_SOURCES = \
|
||||
dbe.c \
|
||||
dbestruct.h \
|
||||
midbe.c \
|
||||
midbe.h \
|
||||
midbestr.h
|
||||
Loading…
Add table
Reference in a new issue