src/sod-{frontend,test}.asd.in: Define systems in separate packages.
[sod] / src / sod-frontend.asd.in
index b81fd2d..e79dc5e 100644 (file)
 ;;; along with SOD; if not, write to the Free Software Foundation,
 ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-(cl:defpackage #:sod-sysdef
-  (:use #:common-lisp #:asdf))
+(cl:defpackage #:sod-frontend-sysdef
+  (:use #:common-lisp #:asdf)
+  (:export #:*version*))
 
-(cl:in-package #:sod-sysdef)
+(cl:in-package #:sod-frontend-sysdef)
 
 #|@-auto-@|# (load "auto.lisp")