diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-04-18 17:47:16 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-04-23 18:11:55 +0300 |
commit | a88c6b66465c039bf92a54a496516fee4d900784 (patch) | |
tree | 12b240fcdeb9b41f97f0ef4c028c864307672c5e /GL/mesa/swrast_setup/Makefile.am | |
parent | dd7a53f8f21e41e1ab43f7e684ba586abc97ef7e (diff) |
glcore: drop GLcore (files)
Diffstat (limited to 'GL/mesa/swrast_setup/Makefile.am')
-rw-r--r-- | GL/mesa/swrast_setup/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/GL/mesa/swrast_setup/Makefile.am b/GL/mesa/swrast_setup/Makefile.am deleted file mode 100644 index 1f3c031aa..000000000 --- a/GL/mesa/swrast_setup/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -noinst_LTLIBRARIES = libss.la - -AM_CFLAGS = \ - $(DIX_CFLAGS) \ - -DXFree86Server \ - @GLX_DEFINES@ - -INCLUDES = -I@MESA_SOURCE@/include \ - -I../X \ - -I../glapi \ - -I../main \ - -I../math \ - -I../shader \ - -I../swrast \ - -I../swrast_setup \ - -I../tnl \ - -I.. \ - -I$(top_srcdir)/hw/xfree86/os-support - -nodist_libss_la_SOURCES = ss_context.c ss_triangle.c |