fix build problems when building out of sources

This commit is contained in:
Simon Morlat 2013-09-10 22:38:16 +02:00
parent ceeaf2b2b6
commit adef4bdb12

View file

@ -1,8 +1,8 @@
GITVERSION_FILE=liblinphone_gitversion.h
GITVERSION_FILE_TMP=liblinphone_gitversion.h.tmp
GITDESCRIBE=`git describe --always`
GIT_TAG=`git describe --abbrev=0`
GITREVISION=`git rev-parse HEAD`
GITDESCRIBE=`cd $(top_srcdir) && git describe --always`
GIT_TAG=`cd $(top_srcdir) && git describe --abbrev=0`
GITREVISION=`cd $(top_srcdir) && git rev-parse HEAD`
ECHO=/bin/echo