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 724003 - winks: headers are not mentioned in Makefile.am
winks: headers are not mentioned in Makefile.am
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-10 08:28 UTC by LRN
Modified: 2014-02-10 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make winks headers known to automake (828 bytes, patch)
2014-02-10 08:29 UTC, LRN
committed Details | Review

Description LRN 2014-02-10 08:28:48 UTC
Because winks headers aren't in the noinst_HEADERS list, generated tarballs don't have these headers in them, preventing winks from building.
Comment 1 LRN 2014-02-10 08:29:22 UTC
Created attachment 268641 [details] [review]
Make winks headers known to automake
Comment 2 Sebastian Dröge (slomo) 2014-02-10 08:33:50 UTC
Not sure how useful that is without bug #702041 but thanks :)

commit ad92dfc7b4d6fde46cda3b65a925d18608b4258e
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Mon Feb 10 08:22:05 2014 +0000

    winks: Make headers known to automake
    
    Fixes #724003