Comment out dangling sipomatic references, fixing automake warning

This commit is contained in:
Sandro Santilli 2011-01-26 10:34:25 +01:00
parent 2cbfc47108
commit aba5cc518c

View file

@ -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)