diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 5 |
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) \ |