mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 00:40:09 +01:00
9 lines
349 B
Makefile
9 lines
349 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) -I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/common
|
|
|
|
AM_CFLAGS = -DPSZ=16 $(DIX_CFLAGS) $(PLATFORMDEFS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
|