aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-02-08 06:29:55 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-02-08 06:29:55 +0800
commit4028eec638f5da6fd7836bca1beac82ac7644877 (patch)
tree797a6c9e6179579c2dd3ef0c9e162e993e39239b /wombat
parenta3fb0b311416a176c509f446bed9730915ab0652 (diff)
downloadgsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar.gz
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar.bz2
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar.lz
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar.xz
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.tar.zst
gsoc2013-evolution-4028eec638f5da6fd7836bca1beac82ac7644877.zip
privlibexecdir not evolibexecdir for the server file
2003-02-07 Rodney Dawes <dobey@ximian.com> * Makefile.am: privlibexecdir not evolibexecdir for the server file svn path=/trunk/; revision=19849
Diffstat (limited to 'wombat')
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index f2b2cff37b..73456bf121 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-07 Rodney Dawes <dobey@ximian.com>
+
+ * Makefile.am: privlibexecdir not evolibexecdir for the server file
+
2003-02-06 Dan Winship <danw@ximian.com>
* Makefile.am: cleanup
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index f5ca8e46bb..af1ffb4073 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -59,7 +59,7 @@ server_in_files = GNOME_Evolution_Wombat.server.in.in
server_DATA = $(server_in_files:.server.in.in=.server)
$(server_in_files:.server.in.in=.server.in): $(server_in_files)
- sed -e "s|\@LIBEXECDIR\@|$(evolibexecdir)|" $< > $@
+ sed -e "s|\@LIBEXECDIR\@|$(privlibexecdir)|" $< > $@
@INTLTOOL_SERVER_RULE@