diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:11:17 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:11:17 +0000 |
commit | a402c876a465904ac71ebf39af67ea451b2457dc (patch) | |
tree | cb383f19f772da638dc23992dd2de118ea0e7a22 /GL/mesa/glapi | |
parent | 238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661 (diff) |
Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh
in our builddir, not our srcdir.
Diffstat (limited to 'GL/mesa/glapi')
-rw-r--r-- | GL/mesa/glapi/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/GL/mesa/glapi/Makefile.am b/GL/mesa/glapi/Makefile.am index 02f7e8951..5deb565a7 100644 --- a/GL/mesa/glapi/Makefile.am +++ b/GL/mesa/glapi/Makefile.am @@ -1,15 +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)/.. + -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 |