Mercurial > pidgin
annotate src/protocols/sametime/meanwhile/Makefile.am @ 12067:e859c1663a27
[gaim-migrate @ 14362]
Revert GtkSpell dynamic loading. A GtkSpell plugin is a better idea, and nosnilmot says he has one that's close to fully functional.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 13 Nov 2005 01:44:11 +0000 |
| parents | 47e1723a89d7 |
| children | 721b3bbbaa6a |
| rev | line source |
|---|---|
| 11093 | 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 \ | |
|
11943
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
11435
diff
changeset
|
14 mw_srvc_place.h \ |
| 11093 | 15 mw_srvc_resolve.h \ |
| 16 mw_srvc_store.h \ | |
| 17 mw_st_list.h \ | |
| 18 mw_util.h | |
| 19 | |
| 20 | |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11093
diff
changeset
|
21 MEANWHILESOURCES = \ |
| 11093 | 22 channel.c \ |
| 23 cipher.c \ | |
| 24 common.c \ | |
| 25 error.c \ | |
| 26 message.c \ | |
| 27 mw_debug.c \ | |
| 28 mw_util.c \ | |
| 29 service.c \ | |
| 30 session.c \ | |
| 31 srvc_aware.c \ | |
| 32 srvc_conf.c \ | |
| 33 srvc_ft.c \ | |
| 34 srvc_im.c \ | |
|
11943
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
11435
diff
changeset
|
35 srvc_place.c \ |
| 11093 | 36 srvc_store.c \ |
| 37 srvc_resolve.c \ | |
| 38 st_list.c | |
| 39 | |
| 40 AM_CFLAGS = \ | |
|
11949
47e1723a89d7
[gaim-migrate @ 14240]
Christopher O'Brien <siege@pidgin.im>
parents:
11943
diff
changeset
|
41 $(GLIB_CFLAGS) $(GMP_CFLAGS) \ |
| 11093 | 42 $(DEBUG_CFLAGS) \ |
| 43 -I$(top_srcdir)/src | |
| 44 | |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11093
diff
changeset
|
45 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES) |
|
11949
47e1723a89d7
[gaim-migrate @ 14240]
Christopher O'Brien <siege@pidgin.im>
parents:
11943
diff
changeset
|
46 |
|
47e1723a89d7
[gaim-migrate @ 14240]
Christopher O'Brien <siege@pidgin.im>
parents:
11943
diff
changeset
|
47 libmeanwhile_la_LIBADD = $(GLIB_LIBS) $(GMP_LIBS) |
|
47e1723a89d7
[gaim-migrate @ 14240]
Christopher O'Brien <siege@pidgin.im>
parents:
11943
diff
changeset
|
48 |
| 11093 | 49 st = |
| 50 noinst_LTLIBRARIES = libmeanwhile.la | |
| 51 |
