Add GTK+ examples to examples/Makefile.am.
This commit is contained in:
parent
78aef417bd
commit
7f0336f538
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue