diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 04:38:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 04:38:42 +0800 |
commit | aef8f713aed7c675178115bfc482a749dc7ff845 (patch) | |
tree | fc0d02770153c2550e6907201a8b7735605ee6d8 /my-evolution/Makefile.am | |
parent | e53eacd2d9b6b775dab6e8bd8cd39f0691192437 (diff) | |
download | gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.tar.gz gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.tar.zst gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.zip |
Define COMPONENT_DIR.
* configure.in: Define COMPONENT_DIR.
* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
${prefix}/evolution/components.
svn path=/trunk/; revision=19008
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 049deefebc..6eabb5ff0a 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -74,7 +74,7 @@ summary_libs = \ $(top_builddir)/libwombat/libwombat.la \ $(EVOLUTION_EXECUTIVE_SUMMARY_LIBS) -componentdir = $(prefix)/evolution/components +componentdir = $(COMPONENT_DIR) component_LTLIBRARIES = libevolution-executive-summary.la libevolution_executive_summary_la_SOURCES = $(summary_sources) libevolution_executive_summary_la_LIBADD = $(summary_libs) |