aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-24 01:47:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-24 01:47:06 +0800
commit9c3b7cbe4921f073f939b1c70e112662588122cc (patch)
treeb548a53dd04ee422f7b53a79e7ad160dca696fce /my-evolution/Makefile.am
parent9dcc79fb8826622a54e3da0b0ee4ffc604bc8512 (diff)
downloadgsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.gz
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.bz2
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.lz
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.xz
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.tar.zst
gsoc2013-evolution-9c3b7cbe4921f073f939b1c70e112662588122cc.zip
Define componentdir instead of COMPONENT_DIR. Set it to
* configure.in (idldir): Define componentdir instead of COMPONENT_DIR. Set it to $privlibdir/components instead of $libdir/evolution-$(BASE_VERSION)/components. * gui/component/select-names/Makefile.am (componentdir): Remove definition; no need to set it here since it's now defined in configure.in * gui/component/Makefile.am (componentdir): Likewise. * gui/Makefile.am (componentdir): Removed definition; this is now defined in configure.in. * Makefile.am (componentdir): Removed definition; this is now defined in configure.in. * Makefile.am (componentdir): Removed definition; this is now defined in configure.in. svn path=/trunk/; revision=19588
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r--my-evolution/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index b33d0adc94..470136da08 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -78,7 +78,6 @@ summary_libs = \
$(top_builddir)/libwombat/libwombat.la \
$(EVOLUTION_EXECUTIVE_SUMMARY_LIBS)
-componentdir = $(COMPONENT_DIR)
component_LTLIBRARIES = libevolution-executive-summary.la
libevolution_executive_summary_la_SOURCES = $(summary_sources)
libevolution_executive_summary_la_LIBADD = $(summary_libs)