Merge pull request #201 from prometheus/fix/tests/travis-configuration

Update forgotten exposition client links in Make.
This commit is contained in:
Matt T. Proud 2013-04-29 01:24:48 -07:00
commit d8c0b582b1
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ gvm-stamp: bison-stamp cc-stamp mercurial-stamp
touch $@
instrumentation-stamp: go-stamp
$(GO_GET) github.com/prometheus/client_golang $(THIRD_PARTY_BUILD_OUTPUT)
$(GO_GET) github.com/prometheus/client_golang/prometheus $(THIRD_PARTY_BUILD_OUTPUT)
$(GO_GET) github.com/prometheus/client_golang/prometheus/exp $(THIRD_PARTY_BUILD_OUTPUT)
touch $@
leveldb-stamp: cache-stamp cache/leveldb-$(LEVELDB_VERSION).tar.gz cc-stamp rsync-stamp snappy-stamp