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 652750 - make dist fails
make dist fails
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-06-16 16:11 UTC by Patrick Welche
Modified: 2011-06-16 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix make dist (3.79 KB, patch)
2011-06-16 16:11 UTC, Patrick Welche
committed Details | Review

Description Patrick Welche 2011-06-16 16:11:33 UTC
Created attachment 190052 [details] [review]
patch to fix make dist

It seems that commit ab0e9dbf intends to avoid using IGNORE_HFILES, and
introduces ...-public-headers.txt instead. Unfortunately that file is
sometimes called ...-public-header-files.txt instead. The attached trivial
patch fixes that. It also removes a IGNORE_FILES instance which may no
longer be necessary?
Comment 1 Colin Walters 2011-06-16 17:05:41 UTC
Review of attachment 190052 [details] [review]:

Looks good to me, thanks!