From d7d6a6607126ee4e898c5a5860cbb2592643a8f4 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 11 Feb 2014 22:32:26 +0400 Subject: [PATCH] fixed makefile --- src/test/gtk/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/gtk/makefile b/src/test/gtk/makefile index 7ad52bc3..7dadcf8a 100644 --- a/src/test/gtk/makefile +++ b/src/test/gtk/makefile @@ -9,6 +9,7 @@ all: $(VOC) -s Gdk.Mod $(VOC) -s Gtk.Mod $(VOC) -s Glade.Mod + $(VOC) -s handlers.Mod $(VOC) -m HelloWorld.Mod test0: