diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:06:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:06:06 +0800 |
commit | e8c9adced819e25b2b77314c773428c01a38643a (patch) | |
tree | 1eee6ce45b29ea7613f083df14b1ace58ad5a242 /addressbook/backend/pas/Makefile.am | |
parent | 05114bc4955e1f49386a210b863af4ac230dab6e (diff) | |
download | gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.gz 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/pas/Makefile.am')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
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) \ |