comparison libpurple/protocols/jabber/Makefile.am @ 26213:ff4212a5268f

propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59) to branch 'im.pidgin.pidgin.vv' (head 8df00cb1a28baa69d0a68e0e96af201ec7d87c09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 02 Mar 2009 18:47:27 +0000
parents 7183d12b96ed adf153852bcf
children e33a91b8b8f6
comparison
equal deleted inserted replaced
25446:52fbda23e398 26213:ff4212a5268f
21 ibb.h \ 21 ibb.h \
22 iq.c \ 22 iq.c \
23 iq.h \ 23 iq.h \
24 jabber.c \ 24 jabber.c \
25 jabber.h \ 25 jabber.h \
26 jingle/jingle.c \
27 jingle/jingle.h \
28 jingle/content.c \
29 jingle/content.h \
30 jingle/iceudp.c \
31 jingle/iceudp.h \
32 jingle/rawudp.c \
33 jingle/rawudp.h \
34 jingle/rtp.c \
35 jingle/rtp.h \
36 jingle/session.c \
37 jingle/session.h \
38 jingle/transport.c \
39 jingle/transport.h \
26 jutil.c \ 40 jutil.c \
27 jutil.h \ 41 jutil.h \
28 message.c \ 42 message.c \
29 message.h \ 43 message.h \
30 oob.c \ 44 oob.c \
80 AM_CPPFLAGS = \ 94 AM_CPPFLAGS = \
81 -I$(top_srcdir)/libpurple \ 95 -I$(top_srcdir)/libpurple \
82 -I$(top_builddir)/libpurple \ 96 -I$(top_builddir)/libpurple \
83 $(DEBUG_CFLAGS) \ 97 $(DEBUG_CFLAGS) \
84 $(GLIB_CFLAGS) \ 98 $(GLIB_CFLAGS) \
99 $(FARSIGHT_CFLAGS) \
100 $(GSTREAMER_CFLAGS) \
85 $(LIBXML_CFLAGS) 101 $(LIBXML_CFLAGS)