install .desktop file with make install

This commit is contained in:
Yann Leboulanger 2005-05-10 16:12:35 +00:00
parent 1d63886ef8
commit 4237e17f54
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ install:
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/";
mkdir -p "$(DESTDIR)$(PREFIX)/lib/gajim";
for f in $(FILES_LIB) ; do \
cp "$$f" "$(DESTDIR)$(PREFIX)/lib/gajim/"; \