diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:11:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:11:10 +0800 |
commit | 61300d7b247a126e2370e11075589fec81349ae7 (patch) | |
tree | ccc73c3e6683ef6365ade7d0f00769ac4917e463 /libwombat/Makefile.am | |
parent | 0025d4a8ee4bad362d6f116d529eb55f8dd10d9c (diff) | |
download | gsoc2013-evolution-61300d7b247a126e2370e11075589fec81349ae7.tar.gz gsoc2013-evolution-61300d7b247a126e2370e11075589fec81349ae7.tar.zst gsoc2013-evolution-61300d7b247a126e2370e11075589fec81349ae7.zip |
Install libwombat in $(privlibdir) and version the
include file path using $(BASE_VERSION).
svn path=/trunk/; revision=19561
Diffstat (limited to 'libwombat/Makefile.am')
-rw-r--r-- | libwombat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am index 24e2243d4b..0bf71b23d0 100644 --- a/libwombat/Makefile.am +++ b/libwombat/Makefile.am @@ -16,9 +16,9 @@ $(IDL_GENERATED): $(IDLS) $(top_srcdir)/wombat/Evolution-Wombat.idl # Wombat library -lib_LTLIBRARIES = libwombat.la +privlib_LTLIBRARIES = libwombat.la -wombatincludedir = $(includedir)/evolution/wombat +wombatincludedir = $(includedir)/evolution-$(BASE_VERSION)/wombat wombatinclude_HEADERS = \ wombat-client.h |