Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
266a5c66
Commit
266a5c66
authored
Jul 03, 2014
by
Simon Morlat
Browse files
fix compilation problem on windows
parent
7e0e6ff1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
coreapi/Makefile.am
coreapi/Makefile.am
+4
-2
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/Makefile.am
View file @
266a5c66
...
...
@@ -170,12 +170,14 @@ make_gitversion_h:
$(ECHO)
-n
"#define LIBLINPHONE_GIT_VERSION
\"
$(GITDESCRIBE)
\"
"
>
$(GITVERSION_FILE_TMP)
;
\
elif
test
"
$(GITREVISION)
"
!=
""
;
then
\
$(ECHO)
-n
"#define LIBLINPHONE_GIT_VERSION
\"
$(LINPHONE_VERSION)
_
$(GITREVISION)
\"
"
>
$(GITVERSION_FILE_TMP)
;
\
else
\
$(ECHO)
-n
""
>
$(GITVERSION_FILE_TMP)
;
\
fi
;
\
else
\
$(ECHO)
-n
""
>
$(GITVERSION_FILE_TMP)
;
\
fi
if
test
!
-f
$(srcdir)
/
$(GITVERSION_FILE)
;
then
\
cp
-f
$(GITVERSION_FILE_TMP)
$(srcdir)
/
$(GITVERSION_FILE)
;
\
if
!
test
-f
$(srcdir)
/
$(GITVERSION_FILE)
;
then
\
cp
-f
$(srcdir)
/
$(GITVERSION_FILE_TMP)
$(srcdir)
/
$(GITVERSION_FILE)
;
\
fi
if
test
"
`
cat
$(GITVERSION_FILE_TMP)
`
"
!=
"
`
cat
$(srcdir)
/
$(GITVERSION_FILE)
`
"
;
then
\
cp
-f
$(GITVERSION_FILE_TMP)
$(srcdir)
/
$(GITVERSION_FILE)
;
\
...
...
mediastreamer2
@
ad85a23f
Subproject commit
e5235883089d64b42cbefa8cd3d42f65af3bf67a
Subproject commit
ad85a23f7b17a8d3942eadf9f210ffab58ccf189
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment