summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-23 02:02:18 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-23 02:02:18 +0000
commit525d663ec5a8a181a1e36f3787b24cdb77290c17 (patch)
treedcc2d21a397f2399c3733a6c655b0702f65cdf49
parent6aaceef3231818682dccf1969b211f1dc798da1f (diff)
glapi build (forgot this one somehow)
-rw-r--r--GL/mesa/glapi/Makefile.am15
1 files changed, 15 insertions, 0 deletions
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