We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dd6ff commit 1e44181Copy full SHA for 1e44181
1 file changed
Makefile.am
@@ -1,4 +1,4 @@
1
-MYVERSION=$(shell [ -e .git ] && git describe --always || echo 1.0.0)
+MYVERSION=$(shell git describe --always 2>/dev/null || echo 1.0.0)
2
INCLUDES= -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/su -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/nta \
3
-I${srcdir}/deps/sofia-sip/libsofia-sip-ua/sip -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/msg \
4
-I${srcdir}/deps/sofia-sip/libsofia-sip-ua/url -I${srcdir}/deps/sofia-sip/libsofia-sip-ua/tport \
0 commit comments