diff options
Diffstat (limited to 'GL/mesa/math/Makefile.am')
-rw-r--r-- | GL/mesa/math/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/GL/mesa/math/Makefile.am b/GL/mesa/math/Makefile.am index 6661e944d..0f770032e 100644 --- a/GL/mesa/math/Makefile.am +++ b/GL/mesa/math/Makefile.am @@ -1,16 +1,16 @@ noinst_LTLIBRARIES = libmath.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_libmath_la_SOURCES = m_debug_clip.c \ m_debug_norm.c \ |