mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
glapi build (forgot this one somehow)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user