mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 05:20:05 +01:00
9 lines
210 B
Makefile
9 lines
210 B
Makefile
noinst_LTLIBRARIES = libcfb32.la
|
|
|
|
include $(top_srcdir)/cfb/Makefile.am.inc
|
|
|
|
libcfb32_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources)
|
|
|
|
INCLUDES = $(CFB_INCLUDES) $(DIX_CFLAGS)
|
|
|
|
AM_CFLAGS = -DPSZ=32
|