summaryrefslogtreecommitdiffstats
path: root/avahi-ui/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-ui/Makefile.am')
-rw-r--r--avahi-ui/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am
index 39b9aca..0fd232f 100644
--- a/avahi-ui/Makefile.am
+++ b/avahi-ui/Makefile.am
@@ -65,8 +65,9 @@ bssh_LDADD = $(AM_LDADD) $(GTK20_LIBS) ../avahi-client/libavahi-client.la ../ava
install-exec-local:
cd $(DESTDIR)/$(bindir) && \
- rm -f bvnc && \
- $(LN_S) bssh bvnc
+ rm -f bvnc bshell && \
+ $(LN_S) bssh bvnc && \
+ $(LN_S) bssh bshell
bssh.desktop: bssh.desktop.in
sed -e 's,@bindir\@,$(bindir),g' $< > $@