X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memstore.asd;fp=memstore.asd;h=35d4571e66d6df874053742592ad95b7b3921d77;hp=45de2ed088c8b9383829b7609993f0780b633a4b;hb=b863ee040d4f399abb087df7304eafb0d5da4d1a;hpb=7dd62ee1de6fc014941ae83d7e09bac2f44b6a5b diff --git a/memstore.asd b/memstore.asd index 45de2ed..35d4571 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 zlib 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))))