diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/glade/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c269f82c68..1571ad4542 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-06-26 Christopher James Lahey <clahey@helixcode.com> + + * glade/Makefile.am: Added EXTRA_DIST for make distcheck. + 2000-06-19 Ettore Perazzoli <ettore@helixcode.com> * e-local-storage.c: Don't #define POSIX_SOURCE at all; this is diff --git a/shell/glade/Makefile.am b/shell/glade/Makefile.am index 538726884e..9ef3238360 100644 --- a/shell/glade/Makefile.am +++ b/shell/glade/Makefile.am @@ -1,3 +1,5 @@ gladedir = $(datadir)/evolution/glade glade_DATA = e-shell-folder-creation-dialog.glade + +EXTRA_DIST = $(glade_DATA) |