Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
33cc6eda
Commit
33cc6eda
authored
May 22, 2006
by
Kai Vehmanen
Browse files
Modify Makefile.am so that stunc tool is installed.
darcs-hash:20060522194146-7659e-fcd8b5769c84712aae05d112254f2953213d68cb.gz
parent
b298c012
Changes
3
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
33cc6eda
...
...
@@ -40,6 +40,7 @@ Notes on new features
/>
- Added 'localinfo' tool to VC6/win32 build.
- The 'stunc' STUN tester tool is now installed to '{prefix}/bin/'.
Bugs fixed in this release
--------------------------
...
...
libsofia-sip-ua/stun/ChangeLog
View file @
33cc6eda
2006-05-22 Kai Vehmanen <kai.vehmanen@nokia.com>
* Makefile.am: Install the stunc tool.
2006-05-07 Kai Vehmanen <kai.vehmanen@nokia.com>
* sofia-sip/stun.h: Added new NAT types stun_nattype_t. The
...
...
libsofia-sip-ua/stun/Makefile.am
View file @
33cc6eda
...
...
@@ -19,11 +19,11 @@ INCLUDES = $(INTERNAL_INCLUDES)
# Build targets
stun_lib_sources
=
stun.c stun_common.c stun_dns.c stun_mini.c
stun_prog_targets
=
stunc lookup_stun_server
noinst_LTLIBRARIES
=
libstun.la
noinst_PROGRAMS
=
${stun_prog_targets}
bin_PROGRAMS
=
stunc
noinst_PROGRAMS
=
lookup_stun_server
# ----------------------------------------------------------------------
# Rules for building the targets
...
...
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