[empathy] empathy-accounts-dialog: Prepend BIN_DIR to the binary name
- From: Danielle Madeley <daniellem src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] empathy-accounts-dialog: Prepend BIN_DIR to the binary name
- Date: Fri, 12 Feb 2010 02:45:15 +0000 (UTC)
commit 774efbddb7a480acb093d0a653fef0de7ecfd95e
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Fri Feb 12 13:04:20 2010 +1100
empathy-accounts-dialog: Prepend BIN_DIR to the binary name
src/Makefile.am | 1 +
src/empathy-accounts-dialog.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 58bb6e3..c939849 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,7 @@ CPPFLAGS_COMMON = \
$(ERROR_CFLAGS) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"empathy\" \
+ -DBIN_DIR=\"$(bindir)\" \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS) \
$(NULL)
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 57456ba..2770c71 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -2228,7 +2228,7 @@ empathy_accounts_dialog_show_application (GdkScreen *screen,
g_return_if_fail (GDK_IS_SCREEN (screen));
g_return_if_fail (!selected_account || TP_IS_ACCOUNT (selected_account));
- argv[i++] = "empathy-accounts";
+ argv[i++] = BIN_DIR "/empathy-accounts";
if (selected_account)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]