summaryrefslogtreecommitdiff
path: root/mcclim.asd
diff options
context:
space:
mode:
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>2021-02-10 02:11:33 +0100
committerDaniel KochmaƄski <daniel@turtleware.eu>2021-04-19 22:27:30 +0200
commit731b6ad5e8f77d9a95197aa3fa3866917de2d199 (patch)
tree3f6ccd48d7f824c00359fa38d3497eb15e7e7e69 /mcclim.asd
parentf486732ffc9af0038b9bf8d074f559ff154b78db (diff)
tests: rename and move stream-input into extended-streams
Also use new file header format.
Diffstat (limited to 'mcclim.asd')
-rw-r--r--mcclim.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcclim.asd b/mcclim.asd
index 39243db5..cf1f617b 100644
--- a/mcclim.asd
+++ b/mcclim.asd
@@ -94,7 +94,6 @@ interface management system."
:components ((:file "package")
(:file "utils")
(:file "input-editing")
- (:file "input-streams")
(:file "commands")
(:file "text-selection")
(:file "text-formatting")
@@ -113,7 +112,8 @@ interface management system."
(:file "bezier")))
(:module "extended-streams"
:depends-on ("package")
- :components ((:file "gestures")))
+ :components ((:file "stream-input")
+ (:file "gestures")))
(:module "presentations"
:depends-on ("package")
:components ((:file "presentation-types")