From a4a1fb2ea8b40aaf7716c01c026db30b119d41ec Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 1 Mar 2004 16:32:04 +0000 Subject: - install mdkonline applet correctly --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1