Mercurial > pidgin
annotate src/mediastreamer/Makefile.am @ 12781:ab65ade2e93f
[gaim-migrate @ 15128]
Make primitives without messages show up as the primitive name instead
of a blank name in the gtkstatusbox's popular status
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 09 Jan 2006 07:04:40 +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) |