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 615621 - Missing files in EXTRA_DIST which brakes "make dist"
Missing files in EXTRA_DIST which brakes "make dist"
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-04-13 08:24 UTC by Rico Tzschichholz
Modified: 2010-04-13 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add shell-enum-types.c.in, shell-enum-types.h.in to EXTRA_DIST (833 bytes, patch)
2010-04-13 08:24 UTC, Rico Tzschichholz
none Details | Review
Distribute shell-enum-types.h.in and shell-enum-types.c.in (1.20 KB, patch)
2010-04-13 11:18 UTC, Owen Taylor
none Details | Review

Description Rico Tzschichholz 2010-04-13 08:24:40 UTC
Created attachment 158578 [details] [review]
Add shell-enum-types.c.in, shell-enum-types.h.in to EXTRA_DIST

With the introduction of shell-enum-types.c.in and shell-enum-types.h.in the references in Makefile.am as EXTRA_DIST was left out.
Comment 1 Owen Taylor 2010-04-13 11:18:50 UTC
Created attachment 158592 [details] [review]
Distribute shell-enum-types.h.in and shell-enum-types.c.in

I'm committing this version which is maybe a bit better stylistically;
instead of piggybacking onto the existing 'EXTRA_DIST +=' for gnome-shell.in,
it adds new 'EXTRA_DIST +='.
Comment 2 Owen Taylor 2010-04-13 11:20:01 UTC
Fixed in master. Thanks!