X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memstore.asd;h=fa085d1201a7a09a39af56fbc9f2eb92a73ee34a;hp=45de2ed088c8b9383829b7609993f0780b633a4b;hb=HEAD;hpb=7b1921a415c4670f36c2e3bdccbe859284fb7eee diff --git a/memstore.asd b/memstore.asd index 45de2ed..fa085d1 100644 --- a/memstore.asd +++ b/memstore.asd @@ -16,11 +16,12 @@ :author "Kevin M. Rosenberg " :version "1.0" :licence "BSD" - :depends-on (memcache cl-store flexi-streams zlib) + :depends-on (memcache cl-store flexi-streams salza2 chipz) :components ((:module src :serial t :components ((:file "package") + (:file "compress") (:file "memstore"))))) (defmethod operation-done-p ((o test-op) (c (eql (find-system :memstore))))