mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 23:25:08 +00:00
16 lines
448 B
Makefile
16 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
|