mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 05:38:02 +02:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
noinst_LTLIBRARIES = libcfb16.la
|
|
|
|
include $(top_srcdir)/cfb/Makefile.am.inc
|
|
|
|
libcfb16_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources)
|
|
|
|
INCLUDES = $(CFB_INCLUDES)
|
|
|
|
AM_CFLAGS = -DPSZ=16
|