After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621943 - Makefile - copy libs to build dir
Makefile - copy libs to build dir
Status: RESOLVED FIXED
Product: gnome-subtitles
Classification: Other
Component: general
latest
Other Linux
: Normal trivial
: ---
Assigned To: Maintainers of GNOME subtitles
Maintainers of GNOME subtitles
Depends on:
Blocks:
 
 
Reported: 2010-06-17 22:36 UTC by Pedro Castro
Modified: 2011-06-18 15:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Is this what you're looking for (760 bytes, patch)
2011-06-14 22:13 UTC, Keith
none Details | Review

Description Pedro Castro 2010-06-17 22:36:42 UTC
Makefiles builds a library (gst bindings), needed when working with the project in Monodevelop. These files should be copied to the build dir when the makefiles are ran.
Comment 1 Keith 2011-06-14 22:13:04 UTC
Created attachment 189947 [details] [review]
Is this what you're looking for 

This adds the gstreamer_playbin.so to build when make is run from the command line. As for getting monodevelop to move it I have no idea how.
Comment 2 Pedro Castro 2011-06-18 15:53:06 UTC
Bug fixed, thank you Keith for the patch.