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
bf6e3019
Commit
bf6e3019
authored
Aug 30, 2007
by
Kai Vehmanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update of stun build files.
darcs-hash:20070830072324-77cd4-6141c98bfa68aa94abaf3429b57e05b2dbb47535.gz
parent
d5d4b680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
33 deletions
+11
-33
stun/Makefile.am
stun/Makefile.am
+11
-33
No files found.
stun/Makefile.am
View file @
bf6e3019
...
@@ -7,56 +7,34 @@
...
@@ -7,56 +7,34 @@
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
SUBDIRS
=
.
tests
SUBDIRS
=
.
tests
DIST_SUBDIRS
=
tests
include
$(top_srcdir)/common.mk
include
$(top_srcdir)/common.mk
AM_CFLAGS
=
-std
=
gnu99
$(ERROR_CFLAGS)
$(
GLIB_CFLAGS)
$(
OPENSSL_CFLAGS)
AM_CFLAGS
=
-std
=
gnu99
$(ERROR_CFLAGS)
$(OPENSSL_CFLAGS)
AM_CPPFLAGS
=
-I
$(top_srcdir)
AM_CPPFLAGS
=
-I
$(top_srcdir)
LIBS
=
$(GLIB_LIBS)
BUILT_SOURCES
=
unknown.c
CLEANFILES
+=
$(BUILT_SOURCES)
noinst_LTLIBRARIES
=
libstun.la
noinst_LTLIBRARIES
=
libstun.la
dist_noinst_SCRIPTS
=
build-unknown.sh
libstun_la_SOURCES
=
\
libstun_la_SOURCES
=
\
stun-msg.h stunsend.c stunrecv.c crc32.c hmac.c
\
stun-msg.h stunsend.c stunrecv.c
\
unknown.c
\
crc32.c hmac.c
\
timer.h timer.c trans.h trans.c
\
timer.h timer.c trans.h trans.c
\
bind.h stun-ice.h bind.c bindserv.c
bind.h stun-ice.h bind.c bindserv.c
# relay.h relay.c
# relay.h relay.c
libstun_la_LIBADD
=
$(LIBS)
$(OPENSSL_LIBS)
$(LIBRT)
libstun_la_LIBADD
=
$(LIBS)
$(OPENSSL_LIBS)
$(LIBRT)
EXTRA_libstun_la_SOURCES
=
stun.h stun.c
EXTRA_PROGRAMS
=
stun-client
bin_PROGRAMS
=
stund stunbdc
bin_PROGRAMS
=
stund stunbdc
check_PROGRAMS
=
stund
check_PROGRAMS
=
stund
stun_client_LDADD
=
libstun.la
stund_LDADD
=
libstun.la
-lpthread
stund_LDADD
=
libstun.la
-lpthread
stunbdc_LDADD
=
libstun.la
stunbdc_LDADD
=
libstun.la
EXTRA_PROGRAMS
+=
\
unknown.c
:
stun-msg.h build-unknown.sh
test-attribute-pack
\
rm
-f
unknown.c
test-attribute-pack-unknown
\
$(SHELL)
"
$(srcdir)
/build-unknown.sh"
<
"
$(srcdir)
/stun-msg.h"
>
unknown.c
test-attribute-dump
\
test-attribute-dump-unknown
\
test-attribute-unpack
\
test-attribute-unpack-unknown
\
test-attribute-unpack-wrong-length
\
test-message-pack
\
test-message-dump
\
test-message-dump-unknown
\
test-message-unpack
\
test-message-find-attribute
test_attribute_pack_LDADD
=
libstun.la
test_attribute_pack_unknown_LDADD
=
libstun.la
test_attribute_dump_LDADD
=
libstun.la
test_attribute_dump_unknown_LDADD
=
libstun.la
test_attribute_unpack_LDADD
=
libstun.la
test_attribute_unpack_unknown_LDADD
=
libstun.la
test_attribute_unpack_wrong_length_LDADD
=
libstun.la
test_message_pack_LDADD
=
libstun.la
test_message_dump_LDADD
=
libstun.la
test_message_dump_unknown_LDADD
=
libstun.la
test_message_unpack_LDADD
=
libstun.la
test_message_find_attribute_LDADD
=
libstun.la
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