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/swrast_setup/Makefile.am | |
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/swrast_setup/Makefile.am')
-rw-r--r-- | GL/mesa/swrast_setup/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/GL/mesa/swrast_setup/Makefile.am b/GL/mesa/swrast_setup/Makefile.am index 40e6edb17..b40dfdcdf 100644 --- a/GL/mesa/swrast_setup/Makefile.am +++ b/GL/mesa/swrast_setup/Makefile.am @@ -1,15 +1,15 @@ noinst_LTLIBRARIES = libss.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_libss_la_SOURCES = ss_context.c ss_triangle.c |