diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-12 10:04:20 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-12 10:04:20 +0800 |
commit | 774efbddb7a480acb093d0a653fef0de7ecfd95e (patch) | |
tree | bcbad84ea8d96c757dc96a93275c371f20edb851 /src/Makefile.am | |
parent | 2aa506e8a17ef67ddf43ee716b21afc780a9d0d2 (diff) | |
download | gsoc2013-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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 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) |