diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 22b9422618..e00834cee0 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (EXTRA_DIST): Add $(schema_DATA). + 2003-01-13 Not Zed <NotZed@Ximian.com> * e-summary-preferences.c (e_summary_preferences_save): fix a diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 6eabb5ff0a..9d05e2503d 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -116,6 +116,7 @@ install-data-local: # Extra EXTRA_DIST = \ + $(schema_DATA) \ $(summary_sources) \ $(server_in_files) \ $(server_DATA) \ |