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
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2003-03-13 Dan Winship <danw@ximian.com>
|
||||
|
||||
* 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 <danw@ximian.com>
|
||||
|
||||
* Makefile.am (evolution_wombat_LDADD): cleanup
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user