From 525d663ec5a8a181a1e36f3787b24cdb77290c17 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 23 Jul 2005 02:02:18 +0000 Subject: [PATCH] glapi build (forgot this one somehow) --- GL/mesa/glapi/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 GL/mesa/glapi/Makefile.am diff --git a/GL/mesa/glapi/Makefile.am b/GL/mesa/glapi/Makefile.am new file mode 100644 index 000000000..1ce85f55f --- /dev/null +++ b/GL/mesa/glapi/Makefile.am @@ -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