summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-11 15:52:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-11 15:52:00 +0000
commitd3112d36d7bf06920d7bb4e5e76f2c82e65e7641 (patch)
tree11dd565ce21aacc4b9578a45b9ae01e5dcd7a597 /src/mesa/swrast_setup
parent81968ec49d9e06be0e095fa0084aa61b68b23d75 (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/swrast_setup')
-rw-r--r--src/mesa/swrast_setup/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/swrast_setup/sources b/src/mesa/swrast_setup/sources
new file mode 100644
index 0000000000..d5b606d65e
--- /dev/null
+++ b/src/mesa/swrast_setup/sources
@@ -0,0 +1,3 @@
+MESA_SWRAST_SETUP_SOURCES = \
+ss_context.c \
+ss_triangle.c