From aeab15ec37370f3c3aa8b4e1a4aec480109a6803 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Tue, 6 Mar 2012 00:04:51 +0100 Subject: Run from the source directory without installing Use the tools/empathy-env wrapper to set an appropriate environment and launch the compiled programs without installing them. https://bugzilla.gnome.org/show_bug.cgi?id=671447 --- tools/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 96cc60f58..49bcb04b5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,11 +1,15 @@ abs_top_builddir = @abs_top_builddir@ -noinst_SCRIPTS = telepathy-glib-env +noinst_SCRIPTS = telepathy-glib-env empathy-env telepathy-glib-env: telepathy-glib-env.in Makefile sed -e 's![@]abs_top_builddir[@]!$(abs_top_builddir)!' $< > $@ chmod +x $@ +empathy-env: empathy-env.in Makefile + sed -e 's![@]abs_top_builddir[@]!$(abs_top_builddir)!' $< > $@ + chmod +x $@ + EXTRA_DIST = \ c-constants-gen.py \ check-coding-style.mk \ @@ -34,6 +38,7 @@ EXTRA_DIST = \ telepathy.am \ telepathy-glib.supp \ telepathy-glib-env.in \ + empathy-env.in \ test-wrapper.sh \ with-session-bus.sh \ xincludator.py -- cgit v1.2.3