[gnome-session] [build] Install the helpers in libexecdir, not libdir



commit 89e84c4f0d762a1b0c256ec7d50caa53ceaaeab5
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Dec 1 15:38:18 2009 +0100

    [build] Install the helpers in libexecdir, not libdir

 compat/Makefile.am |    2 +-
 splash/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 21c7b46..c29303a 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES =					\
 LDADD =						\
 	$(COMPAT_LIBS)
 
-helperdir = $(pkglibdir)/helpers
+helperdir = $(pkglibexecdir)/helpers
 helper_PROGRAMS =				\
 	gnome-settings-daemon-helper
 
diff --git a/splash/Makefile.am b/splash/Makefile.am
index 578754c..5e781ca 100644
--- a/splash/Makefile.am
+++ b/splash/Makefile.am
@@ -11,7 +11,7 @@ LDADD =						\
 	$(top_builddir)/egg/libeggsmclient-gnome.la \
 	$(SPLASH_LIBS)
 
-helperdir = $(pkglibdir)/helpers
+helperdir = $(pkglibexecdir)/helpers
 helper_PROGRAMS =				\
 	gnome-session-splash			\
 	$(NULL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]