Add GTK+ examples to examples/Makefile.am.

This commit is contained in:
Sergey Cherepanov 2013-01-24 14:44:55 +11:00 committed by Lassi Kortela
parent 78aef417bd
commit 7f0336f538
1 changed files with 5 additions and 0 deletions

View File

@ -102,3 +102,8 @@ motif_DATA = \
motif/selection-box.scm \ motif/selection-box.scm \
$(NULL) $(NULL)
gtkdir = $(examplesdir)/gtk
gtk_DATA = \
gtk/hello-world.scm
$(NULL)