Fixed bug in mxmpp make target install.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-10-03 19:11:40 +02:00
parent f1848b9932
commit ad17df4ff9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ distclean: clean
$(RM) -r $(BUILDDIR) $(DISTDIR)
install: all
mkdir -p $(bindir)
$(INSTALL) $(BINARY) $(bindir)
dist: dist-gzip