diff --git a/Makefile.am b/Makefile.am index 59dc5b3393..53ad0b214b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -MYVERSION=$(shell git describe --always) +MYVERSION=$(shell [ -e .git ] && git describe --always || echo 1.0.0) INCLUDES= -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/su -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/nta \ -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/sip -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/msg \ -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/url -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/tport \