Searched refs:INLINE_VERSION (Results 1 – 1 of 1) sorted by relevance
11 INLINE_VERSION = $(shell cd python2; python -c "import httplib2;print httplib2.__version__") macro17 echo $(INLINE_VERSION)20 if [ $(VERSION) -ne $(INLINE_VERSION) ]; then exit 1; fi