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
1b142226
Commit
1b142226
authored
Dec 27, 2018
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefiles: Add meson.build files to tarball
parent
cac351a2
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
5 deletions
+24
-5
Makefile.am
Makefile.am
+3
-1
agent/Makefile.am
agent/Makefile.am
+2
-0
docs/reference/libnice/Makefile.am
docs/reference/libnice/Makefile.am
+2
-0
examples/Makefile.am
examples/Makefile.am
+2
-0
gst/Makefile.am
gst/Makefile.am
+2
-0
nice/Makefile.am
nice/Makefile.am
+3
-1
random/Makefile.am
random/Makefile.am
+1
-0
socket/Makefile.am
socket/Makefile.am
+1
-1
stun/Makefile.am
stun/Makefile.am
+1
-1
stun/tests/Makefile.am
stun/tests/Makefile.am
+2
-0
stun/tools/Makefile.am
stun/tools/Makefile.am
+2
-0
tests/Makefile.am
tests/Makefile.am
+3
-1
No files found.
Makefile.am
View file @
1b142226
...
@@ -34,7 +34,9 @@ EXTRA_DIST = \
...
@@ -34,7 +34,9 @@ EXTRA_DIST = \
scripts/valgrind-test-driver
\
scripts/valgrind-test-driver
\
win32
\
win32
\
win32/vs9/libnice.def
\
win32/vs9/libnice.def
\
m4/introspection.m4
m4/introspection.m4
\
meson.build
\
meson_options.txt
MAINTAINERCLEANFILES
=
ar-lib
MAINTAINERCLEANFILES
=
ar-lib
...
...
agent/Makefile.am
View file @
1b142226
...
@@ -131,3 +131,5 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
...
@@ -131,3 +131,5 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES
+=
$(gir_DATA)
$(typelib_DATA)
CLEANFILES
+=
$(gir_DATA)
$(typelib_DATA)
endif
endif
EXTRA_DIST
=
meson.build
docs/reference/libnice/Makefile.am
View file @
1b142226
...
@@ -96,6 +96,8 @@ include $(top_srcdir)/gtk-doc.make
...
@@ -96,6 +96,8 @@ include $(top_srcdir)/gtk-doc.make
# e.g. EXTRA_DIST += version.xml.in
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST
+=
states.gv
EXTRA_DIST
+=
states.gv
EXTRA_DIST
+=
meson.build
# 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
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
...
...
examples/Makefile.am
View file @
1b142226
...
@@ -31,3 +31,5 @@ threaded_example_LDADD = $(top_builddir)/agent/libagent.la \
...
@@ -31,3 +31,5 @@ threaded_example_LDADD = $(top_builddir)/agent/libagent.la \
sdp_example_SOURCES
=
sdp-example.c
sdp_example_SOURCES
=
sdp-example.c
sdp_example_LDADD
=
$(top_builddir)
/agent/libagent.la
\
sdp_example_LDADD
=
$(top_builddir)
/agent/libagent.la
\
$(GLIB_LIBS)
$(GUPNP_LIBS)
$(GLIB_LIBS)
$(GUPNP_LIBS)
EXTRA_DIST
=
meson.build
gst/Makefile.am
View file @
1b142226
...
@@ -54,3 +54,5 @@ libgstnice010_la_LIBADD = $(COMMON_LIBADD) $(GST010_LIBS)
...
@@ -54,3 +54,5 @@ libgstnice010_la_LIBADD = $(COMMON_LIBADD) $(GST010_LIBS)
libgstnice010_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
libgstnice010_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
endif
endif
EXTRA_DIST
=
meson.build
nice/Makefile.am
View file @
1b142226
...
@@ -55,7 +55,9 @@ check_DATA = libnice.symbols
...
@@ -55,7 +55,9 @@ check_DATA = libnice.symbols
TESTS
=
$(check_SCRIPTS)
TESTS
=
$(check_SCRIPTS)
EXTRA_DIST
=
$(check_SCRIPTS)
libnice.sym libnice.ver
EXTRA_DIST
=
$(check_SCRIPTS)
\
libnice.sym libnice.ver
\
meson.build gen-map.py gen-def.py
pkginclude_HEADERS
=
nice.h
pkginclude_HEADERS
=
nice.h
...
...
random/Makefile.am
View file @
1b142226
...
@@ -24,3 +24,4 @@ test_LDADD = libnice-random.la $(GLIB_LIBS)
...
@@ -24,3 +24,4 @@ test_LDADD = libnice-random.la $(GLIB_LIBS)
TESTS
=
$(check_PROGRAMS)
TESTS
=
$(check_PROGRAMS)
EXTRA_DIST
=
meson.build
socket/Makefile.am
View file @
1b142226
...
@@ -42,4 +42,4 @@ libsocket_la_SOURCES = \
...
@@ -42,4 +42,4 @@ libsocket_la_SOURCES = \
udp-turn-over-tcp.h
\
udp-turn-over-tcp.h
\
udp-turn-over-tcp.c
udp-turn-over-tcp.c
EXTRA_DIST
=
meson.build
stun/Makefile.am
View file @
1b142226
...
@@ -41,7 +41,7 @@ libstun_la_SOURCES = constants.h \
...
@@ -41,7 +41,7 @@ libstun_la_SOURCES = constants.h \
libstun_la_LIBADD
=
$(LIBRT)
$(GNUTLS_LIBS)
$(OPENSSL_LIBS)
libstun_la_LIBADD
=
$(LIBRT)
$(GNUTLS_LIBS)
$(OPENSSL_LIBS)
EXTRA_DIST
=
win32_common.h
EXTRA_DIST
=
win32_common.h
meson.build
libstun_la_includedir
=
$(includedir)
/stun
libstun_la_includedir
=
$(includedir)
/stun
libstun_la_include_HEADERS
=
stunagent.h stunmessage.h win32_common.h debug.h constants.h
libstun_la_include_HEADERS
=
stunagent.h stunmessage.h win32_common.h debug.h constants.h
...
...
stun/tests/Makefile.am
View file @
1b142226
...
@@ -26,3 +26,5 @@ dist_check_SCRIPTS = check-bind.sh
...
@@ -26,3 +26,5 @@ dist_check_SCRIPTS = check-bind.sh
TESTS
=
$(check_PROGRAMS)
TESTS
=
$(check_PROGRAMS)
#$(dist_check_SCRIPTS)
#$(dist_check_SCRIPTS)
EXTRA_DIST
=
meson.build
stun/tools/Makefile.am
View file @
1b142226
...
@@ -27,3 +27,5 @@ if WINDOWS
...
@@ -27,3 +27,5 @@ if WINDOWS
AM_CFLAGS
+=
-DWINVER
=
0x0501
# _WIN32_WINNT_WINXP
AM_CFLAGS
+=
-DWINVER
=
0x0501
# _WIN32_WINNT_WINXP
stunbdc_LDADD
+=
-lws2_32
stunbdc_LDADD
+=
-lws2_32
endif
endif
EXTRA_DIST
=
meson.build
tests/Makefile.am
View file @
1b142226
...
@@ -145,4 +145,6 @@ all-local:
...
@@ -145,4 +145,6 @@ all-local:
chmod
a+x
$(srcdir)
/check-test-fullmode-with-stun.sh
chmod
a+x
$(srcdir)
/check-test-fullmode-with-stun.sh
chmod
a+x
$(srcdir)
/test-pseudotcp-random.sh
chmod
a+x
$(srcdir)
/test-pseudotcp-random.sh
EXTRA_DIST
=
libnice.supp
EXTRA_DIST
=
\
libnice.supp
\
meson.build
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