diff options
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r-- | gtwiwtg.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd index d30b7cb..d412cdc 100644 --- a/gtwiwtg.asd +++ b/gtwiwtg.asd @@ -7,5 +7,6 @@ :version "0.1.1" :serial t :components ((:file "package") - (:file "gtwiwtg")) + (:file "gtwiwtg") + (:file "anaphora")) :in-order-to ((test-op (test-op gtwiwtg-test)))) |