mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Comment out dangling sipomatic references, fixing automake warning
This commit is contained in:
parent
2cbfc47108
commit
aba5cc518c
1 changed files with 10 additions and 10 deletions
|
|
@ -33,16 +33,16 @@ linphoned_LDADD=$(linphonec_LDADD)
|
|||
endif
|
||||
|
||||
|
||||
sipomatic_SOURCES=\
|
||||
sipomatic.c sipomatic.h
|
||||
sipomatic_CFLAGS= $(COMMON_CFLAGS) $(CONSOLE_FLAGS)
|
||||
|
||||
sipomatic_LDADD= $(INTLLIBS) \
|
||||
$(top_builddir)/coreapi/liblinphone.la \
|
||||
$(MEDIASTREAMER_LIBS) \
|
||||
$(ORTP_LIBS) \
|
||||
$(SPEEX_LIBS) \
|
||||
$(OSIP_LIBS)
|
||||
#sipomatic_SOURCES=\
|
||||
# sipomatic.c sipomatic.h
|
||||
#sipomatic_CFLAGS= $(COMMON_CFLAGS) $(CONSOLE_FLAGS)
|
||||
#
|
||||
#sipomatic_LDADD= $(INTLLIBS) \
|
||||
# $(top_builddir)/coreapi/liblinphone.la \
|
||||
# $(MEDIASTREAMER_LIBS) \
|
||||
# $(ORTP_LIBS) \
|
||||
# $(SPEEX_LIBS) \
|
||||
# $(OSIP_LIBS)
|
||||
|
||||
linphonecsh_SOURCES = shell.c
|
||||
linphonecsh_CFLAGS = $(CONSOLE_FLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue