Add missing backslash in examples/Makefile.am.

This commit is contained in:
Sergey Cherepanov 2013-01-24 15:37:08 +11:00 committed by Lassi Kortela
parent 7f0336f538
commit ea89ff33a4
1 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,6 @@ motif_DATA = \
gtkdir = $(examplesdir)/gtk gtkdir = $(examplesdir)/gtk
gtk_DATA = \ gtk_DATA = \
gtk/hello-world.scm gtk/hello-world.scm \
$(NULL) $(NULL)