install the schemas file
svn path=/trunk/; revision=19436
This commit is contained in:
@ -205,6 +205,13 @@ PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAG
|
||||
|
||||
all-local: evolution-mail.pure
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user