]> git.meshlink.io Git - catta/blobdiff - avahi-ui/Makefile.am
Allow overwriting of pretty service names. Add new tool bshell as combination of...
[catta] / avahi-ui / Makefile.am
index 39b9aca3c17bd49e245a97a1a14ff5ccd765b86e..0fd232faa311c2de05484c89b93ac654bae9392e 100644 (file)
@@ -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' $< > $@