From 7f0336f5389a7ca4b2128e6f4a977225ce63e2eb Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Thu, 24 Jan 2013 14:44:55 +1100 Subject: [PATCH] Add GTK+ examples to examples/Makefile.am. --- examples/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index 38619c1..cf40253 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -102,3 +102,8 @@ motif_DATA = \ motif/selection-box.scm \ $(NULL) +gtkdir = $(examplesdir)/gtk +gtk_DATA = \ + gtk/hello-world.scm + $(NULL) +