Commit 33cc6eda authored by Kai Vehmanen's avatar Kai Vehmanen
Browse files

Modify Makefile.am so that stunc tool is installed.

darcs-hash:20060522194146-7659e-fcd8b5769c84712aae05d112254f2953213d68cb.gz
Showing with 7 additions and 2 deletions
......@@ -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
--------------------------
......
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
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment