diff options
Diffstat (limited to 'wheelwork-gui.asd')
-rw-r--r-- | wheelwork-gui.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork-gui.asd b/wheelwork-gui.asd index aa58010..b6483a3 100644 --- a/wheelwork-gui.asd +++ b/wheelwork-gui.asd @@ -6,4 +6,5 @@ :serial t :depends-on (#:wheelwork) :pathname "gui/" - :components ((:file "button"))) + :components ((:file "button") + (:file "menus"))) |