aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-23 04:06:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-23 04:06:06 +0800
commite8c9adced819e25b2b77314c773428c01a38643a (patch)
tree1eee6ce45b29ea7613f083df14b1ace58ad5a242 /addressbook/backend
parent05114bc4955e1f49386a210b863af4ac230dab6e (diff)
downloadgsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.gz
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.bz2
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.lz
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.xz
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.zst
gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.zip
Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):
* gui/component/select-names/Makefile.am (gladedir): Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir): Likewise. * gui/contact-list-editor/Makefile.am (iconsdir): Version using $(BASE_VERSION). (gladedir): Likewise. * gui/merging/Makefile.am (gladedir): Version using $(BASE_VERSION). * gui/search/Makefile.am (ruledir): Version using $(BASE_VERSION). * gui/component/Makefile.am (INCLUDES): Update EVOLUTION_IMAGESDIR to be versioned through $(BASE_VERSION). * gui/widgets/e-addressbook-view.c (init_collection): Use EVOLUTION_GALVIEWSDIR. * gui/widgets/Makefile.am (INCLUDES): Define EVOLUTION_GALVIEWSDIR and update EVOLUTION_IMAGESDIR. svn path=/trunk/; revision=19551
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/ebook/Makefile.am2
-rw-r--r--addressbook/backend/pas/Makefile.am5
2 files changed, 3 insertions, 4 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am
index b0a452dee7..450c1d052f 100644
--- a/addressbook/backend/ebook/Makefile.am
+++ b/addressbook/backend/ebook/Makefile.am
@@ -58,7 +58,7 @@ libebook_la_SOURCES = \
e-destination.c
-libebookincludedir = $(includedir)/evolution/ebook
+libebookincludedir = $(includedir)/evolution-$(BASE_VERSION)/ebook
libebookinclude_HEADERS = \
e-book-listener.h \
diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am
index 2b311e8234..d14b447c94 100644
--- a/addressbook/backend/pas/Makefile.am
+++ b/addressbook/backend/pas/Makefile.am
@@ -36,14 +36,13 @@ if ENABLE_LDAP
LDAP_BACKEND = libpasldap.a
endif
-ldapschemadir = $(datadir)/evolution
-
+ldapschemadir = $(datadir)/evolution-$(BASE_VERSION)
ldapschema_DATA= $(LDAP_SCHEMA)
privlib_LIBRARIES = libpas.a
noinst_LIBRARIES = libpasfile.a $(LDAP_BACKEND)
-pasincludedir = $(includedir)/evolution/pas
+pasincludedir = $(includedir)/evolution-$(BASE_VERSION)/pas
pasinclude_HEADERS = \
$(CORBA_SOURCE_H) \