diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-11 15:52:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-11 15:52:00 +0000 |
commit | d3112d36d7bf06920d7bb4e5e76f2c82e65e7641 (patch) | |
tree | 11dd565ce21aacc4b9578a45b9ae01e5dcd7a597 /src/mesa/drivers/x11/sources | |
parent | 81968ec49d9e06be0e095fa0084aa61b68b23d75 (diff) |
List of source (.c) files in each directory.
To be included by X.org Makefile.am files so that lists of files don't need
to be hardcoded and frequently updated there.
Diffstat (limited to 'src/mesa/drivers/x11/sources')
-rw-r--r-- | src/mesa/drivers/x11/sources | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/sources b/src/mesa/drivers/x11/sources new file mode 100644 index 0000000000..d76d65eaad --- /dev/null +++ b/src/mesa/drivers/x11/sources @@ -0,0 +1,8 @@ +# Note: only listing sources needed for X server renderer +MESA_DRIVER_X11_SOURCES = \ +xm_api.c \ +xm_buffer.c \ +xm_dd.c \ +xm_line.c \ +xm_span.c \ +xm_tri.c |