summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-27 22:22:16 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-27 22:22:16 +0000
commit047c415b8f094d6fbcc24d09bc70bd02959b9ffc (patch)
tree04a2e3a17b4becee40fcb1991419fd065fad2203
parent45a0e677c8332c19e003cd85caa22b6f8376ab1f (diff)
Add some files to the rendition and sunffb build systems
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fff3826..08f84e8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,8 +70,13 @@ sunffb_drv_la_SOURCES += \
ffb_drishare.h
endif
+# The two assembly language files here could conceivably be
+# resurrected by someone sufficiently motivated.
+
EXTRA_DIST = \
ffb_clip.c \
ffb_clip.h \
ffb_wline.c \
- ffb_rect.c
+ ffb_rect.c \
+ ffb_asm.s \
+ VISmoveImage.s