comparison src/protocols/sametime/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 2ce8ec01a064
children 97b47ec310df
comparison
equal deleted inserted replaced
11092:68652f4ad6a7 11093:7831d0969531
1 1 SUBDIRS = meanwhile
2 2
3 EXTRA_DIST = # Makefile.mingw 3 EXTRA_DIST = # Makefile.mingw
4 4
5 5
6 pkgdir = $(libdir)/gaim 6 pkgdir = $(libdir)/gaim
7 7
8 8
9 noinst_HEADERS = \ 9 noinst_HEADERS = sametime.h
10 meanwhile/mw_channel.h \
11 meanwhile/mw_cipher.h \
12 meanwhile/mw_common.h \
13 meanwhile/mw_debug.h \
14 meanwhile/mw_error.h \
15 meanwhile/mw_message.h \
16 meanwhile/mw_service.h \
17 meanwhile/mw_session.h \
18 meanwhile/mw_srvc_aware.h \
19 meanwhile/mw_srvc_conf.h \
20 meanwhile/mw_srvc_ft.h \
21 meanwhile/mw_srvc_im.h \
22 meanwhile/mw_srvc_resolve.h \
23 meanwhile/mw_srvc_store.h \
24 meanwhile/mw_st_list.h \
25 meanwhile/mw_util.h \
26 sametime.h
27 10
28 meanwhile_SOURCES = \ 11 sametime_SOURCES = sametime.c
29 meanwhile/channel.c \
30 meanwhile/cipher.c \
31 meanwhile/common.c \
32 meanwhile/error.c \
33 meanwhile/message.c \
34 meanwhile/mw_debug.c \
35 meanwhile/mw_util.c \
36 meanwhile/service.c \
37 meanwhile/session.c \
38 meanwhile/srvc_aware.c \
39 meanwhile/srvc_conf.c \
40 meanwhile/srvc_ft.c \
41 meanwhile/srvc_im.c \
42 meanwhile/srvc_store.c \
43 meanwhile/srvc_resolve.c \
44 meanwhile/st_list.c
45
46 sametime_SOURCES = \
47 $(meanwhile_SOURCES) \
48 sametime.c
49 12
50 13
51 if STATIC_SAMETIME 14 if STATIC_SAMETIME
52 15
53 st = -DGAIM_STATIC_PRPL 16 st = -DGAIM_STATIC_PRPL
59 22
60 st = 23 st =
61 pkg_LTLIBRARIES = libsametime.la 24 pkg_LTLIBRARIES = libsametime.la
62 libsametime_la_SOURCES = $(sametime_SOURCES) 25 libsametime_la_SOURCES = $(sametime_SOURCES)
63 26
27
64 endif 28 endif
65 29
66 30
67 libsametime_la_LDFLAGS = -module -avoid-version -no-undefined 31 libsametime_la_LDFLAGS = -module -avoid-version -no-undefined
68 libsametime_la_LIBADD = $(GLIB_LIBS) 32 libsametime_la_LIBADD = $(GLIB_LIBS) meanwhile/libmeanwhile.la
69 33
70 34
71 AM_CFLAGS = \ 35 AM_CFLAGS = \
72 $(GLIB_CFLAGS) \ 36 $(GLIB_CFLAGS) \
73 $(DEBUG_CFLAGS) \ 37 $(DEBUG_CFLAGS) \