Add missing backslash in examples/Makefile.am.
This commit is contained in:
parent
7f0336f538
commit
ea89ff33a4
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue