comparison src/protocols/sametime/meanwhile/Makefile.am @ 11093:7831d0969531

[gaim-migrate @ 13118] Sametime builds for me now. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Jul 2005 04:13:11 +0000
parents
children 1a2eaba2bc13
comparison
equal deleted inserted replaced
11092:68652f4ad6a7 11093:7831d0969531
1 noinst_HEADERS = \
2 mw_channel.h \
3 mw_cipher.h \
4 mw_common.h \
5 mw_debug.h \
6 mw_error.h \
7 mw_message.h \
8 mw_service.h \
9 mw_session.h \
10 mw_srvc_aware.h \
11 mw_srvc_conf.h \
12 mw_srvc_ft.h \
13 mw_srvc_im.h \
14 mw_srvc_resolve.h \
15 mw_srvc_store.h \
16 mw_st_list.h \
17 mw_util.h
18
19
20 meanwhile_SOURCES = \
21 channel.c \
22 cipher.c \
23 common.c \
24 error.c \
25 message.c \
26 mw_debug.c \
27 mw_util.c \
28 service.c \
29 session.c \
30 srvc_aware.c \
31 srvc_conf.c \
32 srvc_ft.c \
33 srvc_im.c \
34 srvc_store.c \
35 srvc_resolve.c \
36 st_list.c
37
38 AM_CFLAGS = \
39 $(GLIB_CFLAGS) \
40 $(DEBUG_CFLAGS) \
41 -I$(top_srcdir)/src
42
43 libmeanwhile_la_SOURCES = $(meanwhile_SOURCES)
44 st =
45 noinst_LTLIBRARIES = libmeanwhile.la
46