mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
15 lines
359 B
Makefile
15 lines
359 B
Makefile
noinst_LTLIBRARIES = libglapi.la
|
|
|
|
INCLUDES = -I@MESA_SOURCE@/include \
|
|
-I../X \
|
|
-I../array_cache \
|
|
-I../glapi \
|
|
-I../main \
|
|
-I../math \
|
|
-I../shader \
|
|
-I../swrast \
|
|
-I../swrast_setup \
|
|
-I../tnl \
|
|
-I..
|
|
|
|
nodist_libglapi_la_SOURCES = glapi.c glthread.c
|