From a4e52ac32dea8059b3a2296157e678b3802afbf5 Mon Sep 17 00:00:00 2001
From: Sumant Oemrawsingh <soemraws@xs4all.nl>
Date: Sat, 31 Oct 2009 16:55:05 +0100
Subject: [PATCH] GSLL system now contains real FFTs and examples.

---
 gsll.asd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gsll.asd b/gsll.asd
index 37352d1a..ecba98d7 100644
--- a/gsll.asd
+++ b/gsll.asd
@@ -137,7 +137,8 @@
             :depends-on (init data)
             :components
             ((:file "fft-complex")
-             (:file "fft-real")))
+             (:file "fft-real")
+             (:file "fft-example" :depends-on ("fft-complex" "fft-real"))))
    (:module random
 	    :depends-on (init data)
 	    :components
-- 
GitLab