mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 19:30:08 +01:00
15 lines
448 B
Makefile
15 lines
448 B
Makefile
noinst_LTLIBRARIES = libac.la
|
|
|
|
INCLUDES = -I@mesadir@/include \
|
|
-I$(srcdir)/../X \
|
|
-I$(srcdir)/../array_cache \
|
|
-I$(srcdir)/../glapi \
|
|
-I$(srcdir)/../main \
|
|
-I$(srcdir)/../math \
|
|
-I$(srcdir)/../shader \
|
|
-I$(srcdir)/../swrast \
|
|
-I$(srcdir)/../swrast_setup \
|
|
-I$(srcdir)/../tnl \
|
|
-I$(srcdir)/..
|
|
|
|
libac_la_SOURCES = ac_context.c ac_import.c
|