diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 14:22:50 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 14:22:50 +0200 |
commit | 54237f308a3fc40d2297f5e8d24c17f4aeeed0ef (patch) | |
tree | 8852c735ba91cb75a3b7f454cfe9b55355f69dd6 | |
parent | 82a05035e3fbf5c3a3902946f79e1919980eee76 (diff) |
Really REALLY fix the system definition.
Ignore-this: 5a0ae6262149da3a828bca9eaed1a44d
darcs-hash:892eb34147eea5b835bc4e2667721587087e4516
-rw-r--r-- | mulk-journal.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mulk-journal.asd b/mulk-journal.asd index 277bdbc..c15a013 100644 --- a/mulk-journal.asd +++ b/mulk-journal.asd @@ -28,7 +28,7 @@ #:split-sequence #:clsql #:clsql-uffi #:clsql-sqlite3 #:drakma #:cybertiggyr-time) :components ((:module "cybertiggyr-time" - :components ((:file "time.lisp"))) + :components ((:file "time"))) (:file "defpackage") (:file "macros") (:file "globals") |