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
8b216ccc
Commit
8b216ccc
authored
Jul 02, 2014
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introspection: Rename gir file to match library version
parent
88c68deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
agent/Makefile.am
agent/Makefile.am
+7
-7
No files found.
agent/Makefile.am
View file @
8b216ccc
...
...
@@ -92,13 +92,13 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
if
HAVE_INTROSPECTION
introspection_sources
=
$(pkginclude_HEADERS)
Nice-0.
0
.gir
:
libagent.la
Nice_0_
0
_gir_INCLUDES
=
GObject-2.0 Gio-2.0
Nice_0_
0
_gir_EXPORT_PACKAGES
=
nice
Nice_0_
0
_gir_CFLAGS
=
$(AM_CFLAGS)
Nice_0_
0
_gir_LIBS
=
libagent.la
Nice_0_
0
_gir_FILES
=
$(introspection_sources)
INTROSPECTION_GIRS
+=
Nice-0.
0
.gir
Nice-0.
1
.gir
:
libagent.la
Nice_0_
1
_gir_INCLUDES
=
GObject-2.0 Gio-2.0
Nice_0_
1
_gir_EXPORT_PACKAGES
=
nice
Nice_0_
1
_gir_CFLAGS
=
$(AM_CFLAGS)
Nice_0_
1
_gir_LIBS
=
libagent.la
Nice_0_
1
_gir_FILES
=
$(introspection_sources)
INTROSPECTION_GIRS
+=
Nice-0.
1
.gir
girdir
=
$(datadir)
/gir-1.0
gir_DATA
=
$(INTROSPECTION_GIRS)
...
...
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