Installing the "favorites" plug-in by default

This commit is contained in:
Pierre Pronchery 2013-02-28 02:39:48 +01:00
parent a36bbfa194
commit 3e86eb9282
2 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,8 @@ install: $(TARGETS)
$(MKDIR) $(DESTDIR)$(LIBDIR)/Browser/plugins
$(INSTALL) -m 0644 -- dirtree.so $(DESTDIR)$(LIBDIR)/Browser/plugins/dirtree.so
$(MKDIR) $(DESTDIR)$(LIBDIR)/Browser/plugins
$(INSTALL) -m 0644 -- favorites.so $(DESTDIR)$(LIBDIR)/Browser/plugins/favorites.so
$(MKDIR) $(DESTDIR)$(LIBDIR)/Browser/plugins
$(INSTALL) -m 0644 -- git.so $(DESTDIR)$(LIBDIR)/Browser/plugins/git.so
$(MKDIR) $(DESTDIR)$(LIBDIR)/Browser/plugins
$(INSTALL) -m 0644 -- preview.so $(DESTDIR)$(LIBDIR)/Browser/plugins/preview.so
@ -134,6 +136,7 @@ install: $(TARGETS)
uninstall:
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/cvs.so
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/dirtree.so
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/favorites.so
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/git.so
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/preview.so
$(RM) -- $(DESTDIR)$(LIBDIR)/Browser/plugins/properties.so

View File

@ -25,6 +25,7 @@ depends=../../include/Browser.h
[favorites]
type=plugin
sources=favorites.c
install=$(LIBDIR)/Browser/plugins
[favorites.c]
depends=../../include/Browser.h