Mercurial > pidgin
annotate src/protocols/sametime/meanwhile/Makefile.am @ 11435:1a2eaba2bc13
[gaim-migrate @ 13672]
Some autotools tweak from Kevin Stange to let autogen.sh pass with automake 1.9
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sun, 04 Sep 2005 02:03:48 +0000 |
| parents | 7831d0969531 |
| children | 0110fc7c6a8a |
| 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 \ | |
| 14 mw_srvc_resolve.h \ | |
| 15 mw_srvc_store.h \ | |
| 16 mw_st_list.h \ | |
| 17 mw_util.h | |
| 18 | |
| 19 | |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11093
diff
changeset
|
20 MEANWHILESOURCES = \ |
| 11093 | 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 | |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11093
diff
changeset
|
43 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES) |
| 11093 | 44 st = |
| 45 noinst_LTLIBRARIES = libmeanwhile.la | |
| 46 |
