summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f986e2e..9921d7fb 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ install: all
install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png
install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png
install -m644 pixmaps/*.png $(PIXDIR)
+ install -m644 mdkapplet.desktop $(PREFIX)/usr/share/autorun/
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
# rules to build a test rpm