mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 18:10:23 +01:00
9 lines
244 B
Makefile
9 lines
244 B
Makefile
AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
|
|
AM_CPPFLAGS = -I$(srcdir)/.. -I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
noinst_LTLIBRARIES = libsafeAlpha.la
|
|
libsafeAlpha_la_SOURCES = \
|
|
safeAlphaPicture.c \
|
|
safeAlphaWindow.c
|
|
|
|
EXTRA_DIST = safeAlpha.h
|