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
fcdef41f
Commit
fcdef41f
authored
Jan 31, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add libnice.pc
darcs-hash:20070131211053-c9803-2ef6026eb7323049fda72d19a7b479100d65ffd7.gz
parent
6d16e780
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
configure.ac
configure.ac
+1
-0
nice/Makefile.am
nice/Makefile.am
+3
-0
nice/libnice.pc.in
nice/libnice.pc.in
+11
-0
No files found.
configure.ac
View file @
fcdef41f
...
@@ -12,6 +12,7 @@ AC_CONFIG_FILES([
...
@@ -12,6 +12,7 @@ AC_CONFIG_FILES([
local/Makefile
local/Makefile
udp/Makefile
udp/Makefile
nice/Makefile
nice/Makefile
nice/libnice.pc
random/Makefile
random/Makefile
])
])
...
...
nice/Makefile.am
View file @
fcdef41f
...
@@ -54,3 +54,6 @@ TESTS = test-readline test-util
...
@@ -54,3 +54,6 @@ TESTS = test-readline test-util
pkginclude_HEADERS
=
nice.h
pkginclude_HEADERS
=
nice.h
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libnice.pc
nice/libnice.pc.in
0 → 100644
View file @
fcdef41f
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libnice
Description: ICE library
Requires: glib-2.0 >= 2.10.0
Version: @VERSION@
Libs: -L${libdir} -lnice @GLIB_LIBS@
Cflags: @GLIB_CFLAGS@
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