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
5fc24f41
Commit
5fc24f41
authored
Feb 24, 2017
by
François Grisez
Browse files
Rename README into README.md
parent
a16224d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
36 deletions
+37
-36
Makefile.am
Makefile.am
+36
-35
README.md
README.md
+0
-0
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
5fc24f41
...
...
@@ -49,41 +49,42 @@ ISCC=ISCC.exe
PACKAGE_WIN32_FILELIST
=
$(PACKAGE)
-win32
.filelist
PACKAGE_BUNDLE_FILE
=
$(top_srcdir)
/build/macos/
$(PACKAGE)
.bundle
EXTRA_DIST
=
BUGS
\
README.arm
\
README.mingw
\
README.macos.md
\
autogen.sh
\
linphone.spec
\
linphone.spec.in
\
$(GTK_FILELIST)
\
gen-gtkfilelist.sh
\
$(LINPHONEDEPS_FILELIST)
\
$(ISS_SCRIPT)
.in
EXTRA_DIST
+=
CMakeLists.txt
\
cmake/FindGtkMacIntegration.cmake
\
cmake/FindIconv.cmake
\
cmake/FindIntl.cmake
\
cmake/FindNotify.cmake
\
cmake/FindSqlite3.cmake
\
cmake/FindXML2.cmake
\
cmake/FindZlib.cmake
\
cmake/LinphoneConfig.cmake.in
\
config.h.cmake
\
console/CMakeLists.txt
\
coreapi/CMakeLists.txt
\
coreapi/gitversion.cmake
\
coreapi/help/CMakeLists.txt
\
gtk/CMakeLists.txt
\
java/CMakeLists.txt
\
pixmaps/CMakeLists.txt
\
po/CMakeLists.txt
\
share/CMakeLists.txt
\
share/rings/CMakeLists.txt
\
share/rootca.cmake
\
tester/CMakeLists.txt
\
tools/CMakeLists.txt
EXTRA_DIST
=
\
BUGS
\
README.arm
\
README.mingw
\
README.macos.md
\
README.md
\
autogen.sh
\
linphone.spec
\
linphone.spec.in
\
$(GTK_FILELIST)
\
gen-gtkfilelist.sh
\
$(LINPHONEDEPS_FILELIST)
\
$(ISS_SCRIPT)
.in
\
CMakeLists.txt
\
cmake/FindGtkMacIntegration.cmake
\
cmake/FindIconv.cmake
\
cmake/FindIntl.cmake
\
cmake/FindNotify.cmake
\
cmake/FindSqlite3.cmake
\
cmake/FindXML2.cmake
\
cmake/FindZlib.cmake
\
cmake/LinphoneConfig.cmake.in
\
config.h.cmake
\
console/CMakeLists.txt
\
coreapi/CMakeLists.txt
\
coreapi/gitversion.cmake
\
coreapi/help/CMakeLists.txt
\
gtk/CMakeLists.txt
\
java/CMakeLists.txt
\
pixmaps/CMakeLists.txt
\
po/CMakeLists.txt
\
share/CMakeLists.txt
\
share/rings/CMakeLists.txt
\
share/rootca.cmake
\
tester/CMakeLists.txt
\
tools/CMakeLists.txt
DISTCLEANFILES
=
$(ISS_SCRIPT)
$(PACKAGE_WIN32_FILELIST)
...
...
README
→
README
.md
View file @
5fc24f41
File moved
configure.ac
View file @
5fc24f41
...
...
@@ -30,7 +30,7 @@ AC_SUBST(LINPHONE_VERSION)
AC_MSG_NOTICE([$PACKAGE_NAME-$PACKAGE_VERSION A full featured audio/video sip phone.])
AC_MSG_NOTICE([licensed under the terms of the General Public License (GPL)])
AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects
foreign
])
AC_SUBST([LIBTOOL_DEPS])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
AC_SUBST([docdir], [${datadir}/doc])
...
...
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