GNOME Bugzilla – Bug 615621
Missing files in EXTRA_DIST which brakes "make dist"
Last modified: 2010-04-13 11:20:01 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.
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 +='.
Fixed in master. Thanks!