[gnome-subtitles] Fix bug #621943 - Makefile - copy libs to build dir, based on a patch from Keith



commit 57123e8ca3065d261799b3cb5aabd06bba7549bc
Author: Pedro Castro <mail pedrocastro org>
Date:   Sat Jun 18 16:40:36 2011 +0100

    Fix bug #621943 - Makefile - copy libs to build dir, based on a patch from Keith

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 2f5cab6..4fe634e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,6 +69,7 @@ $(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES)
 
 $(ASSEMBLY_CONFIG):
 	cp -f $(srcdir)/GnomeSubtitles/Execution/gnome-subtitles.exe.config $(GS_BUILDDIR)
+	cp -f $(srcdir)/.libs/libgstreamer_playbin.so $(GS_BUILDDIR)
 
 bin_SCRIPTS = $(srcdir)/GnomeSubtitles/Execution/gnome-subtitles
 



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