aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-06-03 02:14:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-03 02:14:37 +0800
commit7ca1ee0d21b9922a89d781f10efde1b921ef40d5 (patch)
treedd8ff1ed8d95bbbd9097a915f96179715614e69c
parent85bcfa11fbb4c3f1097ab2347e2ecf8409019950 (diff)
downloadgsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar.gz
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar.bz2
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar.lz
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar.xz
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.tar.zst
gsoc2013-evolution-7ca1ee0d21b9922a89d781f10efde1b921ef40d5.zip
install gconf schemas even if purify is disabled (oops) :-)
svn path=/trunk/; revision=21371
-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)