From 810d6b0816cada509ec02f2d18ac52be0b3a053f Mon Sep 17 00:00:00 2001
From: Dimitur Kirov <dkirov@gmail.com>
Date: Wed, 20 Jul 2005 07:57:25 +0000
Subject: [PATCH] added gajim-remote to executable SCRIPTS

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 98e3a4f528..2696debc1d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ FIND_LIB	= find . -name '*.so'
 FILES_LIB	= `$(FIND_LIB)`
 
 SCRIPTS = \
-	scripts/gajim
+	scripts/gajim \
+	scripts/gajim-remote
 
 all: translation trayicon gtkspell idle
 
@@ -112,6 +113,7 @@ uninstall:
 	rm -rf	"$(DESTDIR)$(PREFIX)/share/gajim" # the main files are here
 	rm -rf	"$(DESTDIR)$(PREFIX)/lib/gajim" # the .so files are here
 	rm -f		"$(DESTDIR)$(PREFIX)/bin/gajim" # the bash script
+	rm -f		"$(DESTDIR)$(PREFIX)/bin/gajim-remote" # remote-control script
 	rm -f		"$(MANDIR)/man1/gajim.1.gz" # the man page
 	rm -f		"$(DESTDIR)$(PREFIX)/share/pixmaps/gajim.png" # the icon
 	rm -f		"$(DESTDIR)$(PREFIX)/share/applications/gajim.desktop" #the desktop
-- 
GitLab