From 1f36461b975a20431174331e136d6a80cdfc2c23 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 2 Sep 2005 12:40:47 +0000
Subject: [PATCH] gajim-remote.py is needed in tarball

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 8f62f694ae..f0df634de4 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ dist:
 	for s in $(SCRIPTS) ; do \
 		cp $$s gajim-$(VERSION)/scripts/; \
 	done
+	cp scripts/gajim-remote.py gajim-$(VERSION)/scripts/; \
 	find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf
 	find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
 	find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
-- 
GitLab