diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 7b2617077e..69bc92669e 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2002-04-05 JP Rosevear <jpr@ximian.com> + + * Makefile.am: dist the relevant xpms + 2002-04-04 JP Rosevear <jpr@ximian.com> * Makefile.am: fix substitution typo diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 5163843781..4a1e159723 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -121,7 +121,10 @@ EXTRA_DIST = \ $(Location_DATA) \ $(glade_DATA) \ Locations.h \ - Location-translation-script + Location-translation-script \ + check-empty.xpm \ + check-filled.xpm \ + check-none.xpm dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |