mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-15 13:00:38 +01:00
11 lines
375 B
Makefile
11 lines
375 B
Makefile
noinst_LTLIBRARIES = libcfb24.la
|
|
|
|
include $(top_srcdir)/cfb/Makefile.am.inc
|
|
|
|
libcfb24_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources)
|
|
|
|
EXTRA_DIST = cfbrrop24.h
|
|
|
|
AM_CFLAGS = -DPSZ=24 $(DIX_CFLAGS) $(PLATFORMDEFS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
|
|
|
|
INCLUDES = $(CFB_INCLUDES) -I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/common
|