aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-07-22 12:31:39 -0500
committerTed Gould <ted@canonical.com>2009-07-22 12:31:39 -0500
commitc9cfcc8a9aefd2122e80e3674c0da96ffe849a34 (patch)
treef78d25254d733f3452d7ab25fa5b29f15e005426 /src/Makefile.am
parente43d5e49b26a96f1b3f3d16e1a42b3466862d6b1 (diff)
downloadayatana-indicator-session-c9cfcc8a9aefd2122e80e3674c0da96ffe849a34.tar.gz
ayatana-indicator-session-c9cfcc8a9aefd2122e80e3674c0da96ffe849a34.tar.bz2
ayatana-indicator-session-c9cfcc8a9aefd2122e80e3674c0da96ffe849a34.zip
Executing the helper, but it needs to be the one in the libexec path.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cf18aaa..ab79f0f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,7 @@ indicator_users_service_LDADD = $(USERSSERVICE_LIBS)
#################
indicator_session_service_SOURCES = session-service.c
-indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS)
+indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\"
indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS)
###############