Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
b1718213
Commit
b1718213
authored
Aug 29, 2007
by
Alexandre Bourget
Browse files
Use the local libs, but we have to change that. See bug
#10
parent
9a42a88c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
b1718213
...
...
@@ -13,8 +13,8 @@ endif
if
USE_IAX
# Use the global instead of locally built
#
IAX_LIBS = $(top_builddir)/libs/libiax2/src/libiax.la
IAX_LIBS
=
IAX_LIBS
=
$(top_builddir)
/libs/libiax2/src/libiax.la
#
IAX_LIBS =
IAX_FLAGS
=
-DUSE_IAX
#IAX_CFLAGS = -I$(top_srcdir)/libs/libiax2/src/
IAX_CFLAGS
=
...
...
@@ -38,11 +38,11 @@ sflphoned_SOURCES = eventthread.cpp main.cpp voIPLink.cpp \
sflphoned_CXXFLAGS
=
-DPREFIX
=
\"
$(prefix)
\"
-DPROGSHAREDIR
=
\"
${datadir}
/sflphone
\"
$(ZEROCONFFLAGS)
$(IAX_FLAGS)
$(SFLPHONE_CFLAGS)
$(SIP_CFLAGS)
#sflphoned_LDFLAGS = -static
#
sflphoned_LDFLAGS = -static
sflphoned_LDADD
=
./libsflphone.la
$(SFLPHONE_LIBS)
$(ZEROCONFLIB)
$(LIB_DNSSD)
$(IAX_LIBS)
$(EXOSIP_LIBS)
AM_CPPFLAGS
=
-I
$(top_srcdir)
/include
-I
$(top_srcdir)
/libs
$(libccext2_CFLAGS)
$(libccgnu2_CFLAGS)
$(IAX_CFLAGS)
$(USER_INCLUDES)
#libsflphone_la_LDFLAGS= -version-info 0:1:0
#
libsflphone_la_LDFLAGS= -version-info 0:1:0
libsflphone_la_LIBADD
=
\
$(top_builddir)
/libs/stund/libstun.la
\
$(top_builddir)
/libs/utilspp/libutilspp.la
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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