Skip to content
Snippets Groups Projects
Commit 810d6b08 authored by dkirov's avatar dkirov
Browse files

added gajim-remote to executable SCRIPTS

parent 3c05c180
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment