diff options
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 78f12cba44..bc982da15b 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2002-07-15 Peter Williams <peterw@ximian.com> + + * Makefile.am (EXTRA_DIST): Apparently we can't remove + $(idl_DATA) from $(EXTRA_DIST). + 2002-07-08 Peter Williams <peterw@ximian.com> * wombat.idl: Renamed to Evolution-Wombat.idl, since diff --git a/wombat/Makefile.am b/wombat/Makefile.am index a362b56f63..de3797878a 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -59,7 +59,7 @@ idldir = $(datadir)/idl idl_DATA = Evolution-Wombat.idl -EXTRA_DIST = $(oaf_DATA) $(oaf_in_files) \ +EXTRA_DIST = $(oaf_DATA) $(oaf_in_files) $(idl_DATA) \ GNOME_Evolution_WombatLDAP.oaf.in GNOME_Evolution_WombatNOLDAP.oaf.in if ENABLE_PURIFY |