aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/Makefile.am12
1 files 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)