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) +