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>
|
||||
|
||||
* e-account-list.c: Changed signal names to use - instead of _
|
||||
|
@ -1,10 +1,10 @@
|
||||
SUBDIRS = . ename
|
||||
|
||||
imagesdir = $(datadir)/evolution/images
|
||||
imagesdir = $(datadir)/evolution-$(BASE_VERSION)/images
|
||||
|
||||
eutilincludedir = $(includedir)/evolution/e-util
|
||||
econdincludedir = $(includedir)/evolution/e-conduit
|
||||
edb3includedir = $(includedir)/evolution/e-db3util
|
||||
eutilincludedir = $(includedir)/evolution-$(BASE_VERSION)/e-util
|
||||
econdincludedir = $(includedir)/evolution-$(BASE_VERSION)/e-conduit
|
||||
edb3includedir = $(includedir)/evolution-$(BASE_VERSION)/e-db3util
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
|
@ -12,13 +12,13 @@ ename_libs = \
|
||||
libename.la \
|
||||
$(E_NAME_LIBS)
|
||||
|
||||
lib_LTLIBRARIES = libename.la
|
||||
privlib_LTLIBRARIES = libename.la
|
||||
|
||||
libename_la_SOURCES = \
|
||||
e-address-western.c \
|
||||
e-name-western.c
|
||||
|
||||
libenameincludedir = $(includedir)/ename
|
||||
libenameincludedir = $(includedir)/evolution-$(BASE_VERSION)/ename
|
||||
|
||||
libenameinclude_HEADERS = \
|
||||
e-address-western.h \
|
||||
|
Reference in New Issue
Block a user