Mercurial > pidgin
annotate src/mediastreamer/Makefile.am @ 12662:eb4841fa697c
[gaim-migrate @ 15005]
sf bug #1385691, Text field visible even when status set to "online"
Don't allow available messages for ICQ. The server doesn't support them.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 26 Dec 2005 07:43:41 +0000 |
| parents | b81a7d1422d8 |
| children |
| rev | line source |
|---|---|
|
12083
a825137820c7
[gaim-migrate @ 14380]
Gary Kramlich <grim@reaperworld.com>
parents:
12025
diff
changeset
|
1 EXTRA_DIST= |
| 12024 | 2 |
| 3 noinst_LTLIBRARIES = libmediastreamer.la | |
| 4 | |
| 5 useless_files=mstcpserv.c mstcpserv.h mstcpclient.c mstcpclient.h | |
| 6 | |
| 7 libmediastreamer_la_SOURCES=msfilter.c msfilter.h msutils.h waveheader.h\ | |
| 8 mscodec.c mscodec.h \ | |
| 9 mssoundread.c mssoundread.h \ | |
| 10 mssoundwrite.c mssoundwrite.h \ | |
| 11 msbuffer.c msbuffer.h \ | |
| 12 msqueue.c msqueue.h \ | |
| 13 msfifo.c msfifo.h \ | |
| 14 ms.c ms.h\ | |
| 15 mssync.c mssync.h \ | |
| 16 msnosync.c msnosync.h \ | |
| 17 msread.c msread.h \ | |
| 18 mswrite.c mswrite.h \ | |
| 19 mscopy.c mscopy.h \ | |
| 20 msosswrite.c msosswrite.h \ | |
| 21 msossread.c msossread.h \ | |
| 22 msringplayer.c msringplayer.h \ | |
| 23 msrtprecv.c msrtprecv.h \ | |
| 24 msrtpsend.c msrtpsend.h \ | |
| 25 msAlawenc.c msAlawenc.h g711common.h \ | |
| 26 msAlawdec.c msAlawdec.h g711common.h \ | |
| 27 msMUlawenc.c msMUlawenc.h g711common.h \ | |
| 28 msMUlawdec.c msMUlawdec.h g711common.h \ | |
| 29 mstimer.c mstimer.h \ | |
| 30 msqdispatcher.c msqdispatcher.h \ | |
| 31 msfdispatcher.c msfdispatcher.h \ | |
| 32 sndcard.c sndcard.h \ | |
| 33 osscard.c osscard.h\ | |
| 34 hpuxsndcard.c \ | |
| 35 alsacard.c alsacard.h \ | |
| 36 jackcard.c jackcard.h \ | |
| 37 audiostream.c mediastream.h \ | |
| 12609 | 38 msspeexenc.c msspeexenc.h msspeexdec.c msspeexdec.h |
| 12024 | 39 # msGSMdecoder.c msGSMdecoder.h |
| 40 # msGSMencoder.c msGSMencoder.h | |
| 41 # msLPC10encoder.c msLPC10encoder.h | |
| 42 # msLPC10decoder.c msLPC10decoder.h | |
| 43 | |
| 44 libmediastreamer_la_LDFLAGS = -export-dynamic | |
| 45 | |
| 46 libmediastreamer_la_LIBADD= $(GLIB_LIBS) $(VV_LIBS) | |
| 47 | |
|
12385
515a4630d960
[gaim-migrate @ 14691]
Richard Laager <rlaager@wiktel.com>
parents:
12083
diff
changeset
|
48 AM_CFLAGS=$(GLIB_CFLAGS) -DG_LOG_DOMAIN=\"MediaStreamer\" $(VV_CFLAGS) $(IPV6_CFLAGS) -DHAVE_GLIB $(DEBUG_CFLAGS) |
| 12024 | 49 |
| 50 | |
| 12025 | 51 INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/mediastreamer $(VV_CFLAGS) |
