[gnome-subtitles] Set the gstreamer library as a dependency (this way it's required to be compiled in order to be copi



commit 99ddf92d261ff950014a59d2bc8e7c2af85bba94
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Tue Jun 18 22:54:11 2013 +0100

    Set the gstreamer library as a dependency (this way it's required to be compiled in order to be copied). 
Related to bug #702271.

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ceae9dd..298e29a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,7 +68,7 @@ GS_SYSTEM_REFERENCES = \
 $(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES)
        $(MCS) $(MCS_FLAGS) -target:winexe -out:$(ASSEMBLY) $(GS_SYSTEM_REFERENCES:%=-r:%) $(GTKSHARP_LIBS) 
$(SUBLIB_LIBS) $(GS_RESOURCES:%=-resource:%) $(GS_SOURCES)
 
-$(ASSEMBLY_CONFIG):
+$(ASSEMBLY_CONFIG): $(gnomesubtitles_LTLIBRARIES)
        cp -f $(ASSEMBLY_CONFIG_SRC) $(GS_BUILDDIR)
        cp -f $(srcdir)/.libs/libgstreamer_playbin.so $(GS_BUILDDIR)
 


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