mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 01:40:13 +01:00
15 lines
459 B
Makefile
15 lines
459 B
Makefile
noinst_LTLIBRARIES = libac.la
|
|
|
|
INCLUDES = -I@MESA_SOURCE@/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)/..
|
|
|
|
nodist_libac_la_SOURCES = ac_context.c ac_import.c
|