Merge branch 'release-1.0.1beta' into develop

This commit is contained in:
Markus Makela 2014-09-26 19:57:41 +03:00
commit fa47bf760a

View File

@ -57,7 +57,7 @@ depend:
install:
(cd server; make DEST=$(DEST) install)
(cd log_manager; make DEST=$(DEST) install)
(cd query_classifier; make DEST=$(DEST) install)
(cd query_classifier;touch depend; make DEST=$(DEST) install)
(cd client; make DEST=$(DEST) install)
cleantests: