Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
06461b34
Commit
06461b34
authored
Oct 25, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always building stun tags.
darcs-hash:20051024235735-65a35-1f011a94cd6cbdb0e0e5c9a4bae1ceefa26580fc.gz
parent
f5d3bb21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libsofia-sip-ua/stun/Makefile.am
libsofia-sip-ua/stun/Makefile.am
+3
-3
No files found.
libsofia-sip-ua/stun/Makefile.am
View file @
06461b34
...
@@ -16,14 +16,14 @@ INCLUDES = -I$(srcdir)/../su
...
@@ -16,14 +16,14 @@ INCLUDES = -I$(srcdir)/../su
# Build targets
# Build targets
if
HAVE_TLS
if
HAVE_TLS
stun_lib_
target
s
=
lib
stun.
la
stun_lib_
source
s
=
stun.
c stun_common.c
stun_prog_targets
=
stunc torture_stun
stun_prog_targets
=
stunc torture_stun
else
else
stun_lib_targets
=
stun_lib_targets
=
stun_prog_targets
=
stun_prog_targets
=
endif
endif
noinst_LTLIBRARIES
=
${
stun
_lib_targets}
noinst_LTLIBRARIES
=
lib
stun
.la
noinst_PROGRAMS
=
${stun_prog_targets}
noinst_PROGRAMS
=
${stun_prog_targets}
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
...
@@ -31,7 +31,7 @@ noinst_PROGRAMS = ${stun_prog_targets}
...
@@ -31,7 +31,7 @@ noinst_PROGRAMS = ${stun_prog_targets}
include_HEADERS
=
stun.h stun_common.h stun_tag.h
include_HEADERS
=
stun.h stun_common.h stun_tag.h
libstun_la_SOURCES
=
stun
.c stun_common.c
\
libstun_la_SOURCES
=
$(
stun
_lib_sources)
\
stun_tag.c stun_tag_ref.c
stun_tag.c stun_tag_ref.c
BUILT_SOURCES
=
stun_tag_ref.c
BUILT_SOURCES
=
stun_tag_ref.c
...
...
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