diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sounds/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-02-24 jacob berkman <jacob@ximian.com> + + * sounds/Makefile.am (EXTRA_DIST): add $(sounds_DATA) + 2002-02-22 Larry Ewing <lewing@ximian.com> * configure.in: add libglade the to the E_UTIL flags. diff --git a/sounds/Makefile.am b/sounds/Makefile.am index cf6d5f5dcc..16a1292dcd 100644 --- a/sounds/Makefile.am +++ b/sounds/Makefile.am @@ -4,3 +4,4 @@ soundsdir = $(datadir)/evolution/sounds sounds_DATA = \ default_alarm.wav +EXTRA_DIST = $(sounds_DATA) |