diff options
author | Rodney Lorrimar <dev@rodney.id.au> | 2012-02-29 17:31:03 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-29 12:43:05 -0500 |
commit | 99ff01b8166b0553dbb7c52e4c14e8766cb8ef70 (patch) | |
tree | 4f54e9415169c6e55feed21de88006a40c53dab7 /clients/Makefile.am | |
parent | fcfc83f6ae4867b26799ae498d355281bad6bb1b (diff) |
weston: Change path for default terminal launcher to ${prefix}/bin
If you don't have anything at ~/.config/weston-desktop-shell.ini and
have weston installed somewhere other than /usr, then this patch will
help.
Cheers,
Signed-off-by: Rodney Lorrimar <rodney@rodney.id.au>
Diffstat (limited to 'clients/Makefile.am')
-rw-r--r-- | clients/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am index b64c38a..d7a6cbf 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -48,6 +48,7 @@ noinst_LIBRARIES = libtoytoolkit.a AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = \ -DDATADIR='"$(datadir)"' \ + -DBINDIR='"$(bindir)"' \ $(CLIENT_CFLAGS) $(CAIRO_EGL_CFLAGS) libtoytoolkit_a_SOURCES = \ |