[Evolution-hackers] GConf schema bug in mail/Makefile.am



In mail's Makefile.am the GConf schemas will only be installed if Purify
is configured.  I believe this is incorrect.  The attached patch corrects
the problem.  I looked in Bugzilla, and didn't find a match, but you never
know.  If this isn't a known issue, I can file a bug.  Thanks.

Joe

--
Joe Marcus Clarke
FreeBSD GNOME Team	::	marcus FreeBSD org
http://www.FreeBSD.org/gnome
--- mail/Makefile.am.orig	Fri May 30 19:09:49 2003
+++ mail/Makefile.am	Fri May 30 19:10:19 2003
@@ -205,18 +205,18 @@
 
 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 \
 			GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
 		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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]