diff options
Diffstat (limited to 'GL/mesa/X/Makefile.am')
-rw-r--r-- | GL/mesa/X/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am new file mode 100644 index 000000000..2c7de90d1 --- /dev/null +++ b/GL/mesa/X/Makefile.am @@ -0,0 +1,9 @@ +noinst_LTLIBRARIES = libX.la + +libX_la_SOURCES = xf86glx.c \ + xf86glx_util.c \ + xm_api.c \ + xm_dd.c \ + xm_line.c \ + xm_span.c \ + xm_tri.c |