From ca0703e8a35fb4b342d2b00d749525345affc581 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 10 Dec 2008 02:52:19 +0000 Subject: [PATCH] New file main-loop.lisp Organization: Straylight/Edgeware From: espen --- glib/glib.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/glib.asd b/glib/glib.asd index a21100b..b4b9582 100644 --- a/glib/glib.asd +++ b/glib/glib.asd @@ -40,4 +40,5 @@ (:file "gobject" :depends-on ("gparam")) (:file "ginterface" :depends-on ("gobject")) (:file "gcallback" :depends-on ("gtype" "gparam" "gobject")) - (:file "gerror" :depends-on ("gcallback")))) + (:file "gerror" :depends-on ("gcallback")) + (:file "main-loop" :depends-on ("defpackage")))) -- [mdw]