summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGuido Berhoerster <gber@opensuse.org>2011-02-12 17:28:22 +0100
committerNick Schermer <nick@xfce.org>2011-02-12 17:28:22 +0100
commit26d6c13238f21f0967aa0ad4506e433934558c2e (patch)
tree29284f1672c87dfe4f9e06dd354c267dc40d7979 /plugins
parent303037c1615657b675ce99917a55d86e93e324a3 (diff)
downloadthunar-26d6c13238f21f0967aa0ad4506e433934558c2e.tar.gz
Allow installation of the helpers in a custom location.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-sendto-email/Makefile.am4
-rw-r--r--plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in2
-rw-r--r--plugins/thunar-wallpaper/Makefile.am2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/thunar-sendto-email/Makefile.am b/plugins/thunar-sendto-email/Makefile.am
index ed036648..935b1f3e 100644
--- a/plugins/thunar-sendto-email/Makefile.am
+++ b/plugins/thunar-sendto-email/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES = \
$(PLATFORM_CPPFLAGS)
thunar_sendto_emaildir = \
- $(libdir)/Thunar
+ $(HELPER_PATH_PREFIX)/Thunar
thunar_sendto_email_PROGRAMS = \
thunar-sendto-email
@@ -30,7 +30,7 @@ desktopdir = $(datadir)/Thunar/sendto
desktop_in_in_files = thunar-sendto-email.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
%.desktop.in: %.desktop.in.in
- sed -e "s,\@libdir\@,$(libdir),g" < $< > $@
+ sed -e "s,\@HELPERDIR\@,$(HELPER_PATH_PREFIX),g" < $< > $@
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
diff --git a/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in b/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
index 495ef5ee..539c7850 100644
--- a/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
+++ b/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
@@ -3,4 +3,4 @@ Type=Application
Version=1.0
_Name=Mail Recipient
Icon=internet-mail
-Exec=@libdir@/Thunar/thunar-sendto-email %F
+Exec=@HELPERDIR@/Thunar/thunar-sendto-email %F
diff --git a/plugins/thunar-wallpaper/Makefile.am b/plugins/thunar-wallpaper/Makefile.am
index 94556703..68edea19 100644
--- a/plugins/thunar-wallpaper/Makefile.am
+++ b/plugins/thunar-wallpaper/Makefile.am
@@ -35,7 +35,7 @@ thunar_wallpaper_plugin_la_LIBADD = \
$(GLIB_LIBS) \
$(GTK_LIBS) \
$(LIBX11_LIBS)
-
+
thunar_wallpaper_plugin_la_DEPENDENCIES = \
$(top_builddir)/thunarx/libthunarx-$(THUNARX_VERSION_API).la