From aaf4ff8afcb132744bccd0f3a0d3818fe429e7b0 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 13 Mar 2003 17:40:16 +0000 Subject: Make this depend on Makefile so it gets regenerated if you switch from * Makefile.am (GNOME_Evolution_Wombat.server.in.in): Make this depend on Makefile so it gets regenerated if you switch from --without-openldap to --with-openldap svn path=/trunk/; revision=20274 --- wombat/ChangeLog | 6 ++++++ wombat/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 4f8f93cd0b..aaef6c16f3 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2003-03-13 Dan Winship + + * Makefile.am (GNOME_Evolution_Wombat.server.in.in): Make this + depend on Makefile so it gets regenerated if you switch from + --without-openldap to --with-openldap + 2003-02-21 Dan Winship * Makefile.am (evolution_wombat_LDADD): cleanup diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 10dcf6696a..16feea5c8c 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -48,7 +48,7 @@ else SERVER_IN_FILE=GNOME_Evolution_WombatNOLDAP.server.in.in endif -GNOME_Evolution_Wombat.server.in.in: $(SERVER_IN_FILE) +GNOME_Evolution_Wombat.server.in.in: $(SERVER_IN_FILE) Makefile cp $< $@ server_in_files = GNOME_Evolution_Wombat.server.in.in -- cgit v1.2.3