[gnome-klotski] Make build work.



commit 192cdab98b714bf75bd479679e6da0a23a99d486
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jun 2 17:29:56 2016 +0200

    Make build work.

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index fd5a351..3a820c3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,8 +30,8 @@ gnome_klotski_VALAFLAGS = \
 gnome_klotski_LDADD = \
        $(GNOME_KLOTSKI_LIBS)
 
-klotski-resources.c: $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies klotski.gresource.xml)
-       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source 
klotski.gresource.xml
+klotski-resources.c: klotski.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies 
klotski.gresource.xml)
+       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
 
 CLEANFILES = \
        $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]