Now installing the AppBroker by default

This commit is contained in:
Pierre Pronchery 2009-11-27 21:36:08 +00:00
parent 734869b61e
commit 95ad0518cb
2 changed files with 4 additions and 0 deletions

View File

@ -34,7 +34,10 @@ distclean: clean
$(RM) $(TARGETS)
install: all
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 AppBroker $(DESTDIR)$(BINDIR)/AppBroker
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/AppBroker
.PHONY: all clean distclean install uninstall

View File

@ -9,3 +9,4 @@ dist=Makefile,README
[AppBroker]
type=binary
sources=appbroker.c
install=$(BINDIR)