[totem] grilo: Fix griloresources.h/.c generation



commit 5eba1988697d6c1b5834bfd582eae82902a1ce6f
Author: Alban Browaeys <prahal yahoo com>
Date:   Tue Jan 21 19:22:03 2014 +0100

    grilo: Fix griloresources.h/.c generation
    
    By adding them to BUILT_SOURCES.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722719

 src/plugins/grilo/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/grilo/Makefile.am b/src/plugins/grilo/Makefile.am
index afe8c79..dad75b0 100644
--- a/src/plugins/grilo/Makefile.am
+++ b/src/plugins/grilo/Makefile.am
@@ -18,6 +18,10 @@ griloresources.c: grilo.gresource.xml totemmaintoolbar.ui grilo.ui griloresource
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grilo.gresource.xml \
                --target=$@ --sourcedir=$(srcdir) --c-name _totem --generate-source
 
+
+BUILT_SOURCES = griloresources.h griloresources.c
+
+
 libgrilo_la_SOURCES =                          \
        totem-grilo.c                           \
        totem-search-entry.c                    \


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