From 7ca1ee0d21b9922a89d781f10efde1b921ef40d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 2 Jun 2003 18:14:37 +0000 Subject: install gconf schemas even if purify is disabled (oops) :-) svn path=/trunk/; revision=21371 --- mail/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/Makefile.am b/mail/Makefile.am index aa0cdae4cf..8591af1785 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -205,6 +205,12 @@ PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAG all-local: evolution-mail.pure +evolution-mail.pure: evolution-mail + @rm -f evolution-mail.pure + $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS) + +endif + install-data-local: if test -z "$(DESTDIR)" ; then \ for p in $(schema_DATA) ; do \ @@ -212,12 +218,6 @@ install-data-local: done \ fi -evolution-mail.pure: evolution-mail - @rm -f evolution-mail.pure - $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS) - -endif - dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3