Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
339214c0
Commit
339214c0
authored
Mar 05, 2012
by
Filippo Della Betta
Committed by
Youness Alaoui
Mar 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for compiling when gtk-doc is not installed
parent
2896105f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
configure.ac
configure.ac
+4
-0
docs/reference/libnice/Makefile.am
docs/reference/libnice/Makefile.am
+1
-1
No files found.
configure.ac
View file @
339214c0
...
@@ -182,7 +182,11 @@ case $host_os in
...
@@ -182,7 +182,11 @@ case $host_os in
esac
esac
# check for gtk-doc
# check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK(1.9)
GTK_DOC_CHECK(1.9)
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_MACRO_DIR(m4)
AC_OUTPUT
AC_OUTPUT
...
...
docs/reference/libnice/Makefile.am
View file @
339214c0
...
@@ -88,7 +88,7 @@ include $(top_srcdir)/gtk-doc.make
...
@@ -88,7 +88,7 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST
+=
#
EXTRA_DIST +=
# Files not to distribute
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
...
...
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