aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-12 10:04:20 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-12 10:04:20 +0800
commit774efbddb7a480acb093d0a653fef0de7ecfd95e (patch)
treebcbad84ea8d96c757dc96a93275c371f20edb851 /src
parent2aa506e8a17ef67ddf43ee716b21afc780a9d0d2 (diff)
downloadgsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar.gz
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar.bz2
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar.lz
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar.xz
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.tar.zst
gsoc2013-empathy-774efbddb7a480acb093d0a653fef0de7ecfd95e.zip
empathy-accounts-dialog: Prepend BIN_DIR to the binary name
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/empathy-accounts-dialog.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 58bb6e3dc..c93984987 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 57456bae4..2770c7181 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)
{