Version using $(BASE_VERSION). (econdincludedir): Likewise.
* Makefile.am (eutilincludedir): Version using $(BASE_VERSION). (econdincludedir): Likewise. (edb3includedir): Likewise. (imagesdir): Likewise. * ename/Makefile.am: Install libename in $(privlibdir) and $(includedir)/evolution-$(BASE_VERSION)/ename. svn path=/trunk/; revision=19558
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2003-01-22 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
|
* Makefile.am (eutilincludedir): Version using $(BASE_VERSION).
|
||||||
|
(econdincludedir): Likewise.
|
||||||
|
(edb3includedir): Likewise.
|
||||||
|
(imagesdir): Likewise.
|
||||||
|
|
||||||
|
* ename/Makefile.am: Install libename in $(privlibdir) and
|
||||||
|
$(includedir)/evolution-$(BASE_VERSION)/ename.
|
||||||
|
|
||||||
2003-01-17 Jeffrey Stedfast <fejj@ximian.com>
|
2003-01-17 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
* e-account-list.c: Changed signal names to use - instead of _
|
* e-account-list.c: Changed signal names to use - instead of _
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
SUBDIRS = . ename
|
SUBDIRS = . ename
|
||||||
|
|
||||||
imagesdir = $(datadir)/evolution/images
|
imagesdir = $(datadir)/evolution-$(BASE_VERSION)/images
|
||||||
|
|
||||||
eutilincludedir = $(includedir)/evolution/e-util
|
eutilincludedir = $(includedir)/evolution-$(BASE_VERSION)/e-util
|
||||||
econdincludedir = $(includedir)/evolution/e-conduit
|
econdincludedir = $(includedir)/evolution-$(BASE_VERSION)/e-conduit
|
||||||
edb3includedir = $(includedir)/evolution/e-db3util
|
edb3includedir = $(includedir)/evolution-$(BASE_VERSION)/e-db3util
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
@ -12,13 +12,13 @@ ename_libs = \
|
|||||||
libename.la \
|
libename.la \
|
||||||
$(E_NAME_LIBS)
|
$(E_NAME_LIBS)
|
||||||
|
|
||||||
lib_LTLIBRARIES = libename.la
|
privlib_LTLIBRARIES = libename.la
|
||||||
|
|
||||||
libename_la_SOURCES = \
|
libename_la_SOURCES = \
|
||||||
e-address-western.c \
|
e-address-western.c \
|
||||||
e-name-western.c
|
e-name-western.c
|
||||||
|
|
||||||
libenameincludedir = $(includedir)/ename
|
libenameincludedir = $(includedir)/evolution-$(BASE_VERSION)/ename
|
||||||
|
|
||||||
libenameinclude_HEADERS = \
|
libenameinclude_HEADERS = \
|
||||||
e-address-western.h \
|
e-address-western.h \
|
||||||
|
Reference in New Issue
Block a user