diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8477ebe5f7..8776b8721e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-07-08 Frederic Crozat <fcrozat@mandrakesoft.com> + + * gui/Makefile.am: + tarball should ship .schemas.in.in files, not generated files. + 2004-07-06 Rodrigo Moya <rodrigo@novell.com> * gui/gnome-cal.c (gnome_calendar_init): setup the widgets before diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 15245c6813..3272226955 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -249,7 +249,7 @@ schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) EXTRA_DIST = \ e-calendar-marshal.list \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ $(etspec_DATA) \ $(server_in_files) |