mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 21:08:13 +02:00
glapi build (forgot this one somehow)
This commit is contained in:
parent
6aaceef323
commit
525d663ec5
1 changed files with 15 additions and 0 deletions
15
GL/mesa/glapi/Makefile.am
Normal file
15
GL/mesa/glapi/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
noinst_LTLIBRARIES = libglapi.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)/..
|
||||
|
||||
libglapi_la_SOURCES = glapi.c glthread.c
|
||||
Loading…
Add table
Reference in a new issue