comparison 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
comparison
equal deleted inserted replaced
11434:f191b5bc199b 11435:1a2eaba2bc13
15 mw_srvc_store.h \ 15 mw_srvc_store.h \
16 mw_st_list.h \ 16 mw_st_list.h \
17 mw_util.h 17 mw_util.h
18 18
19 19
20 meanwhile_SOURCES = \ 20 MEANWHILESOURCES = \
21 channel.c \ 21 channel.c \
22 cipher.c \ 22 cipher.c \
23 common.c \ 23 common.c \
24 error.c \ 24 error.c \
25 message.c \ 25 message.c \
38 AM_CFLAGS = \ 38 AM_CFLAGS = \
39 $(GLIB_CFLAGS) \ 39 $(GLIB_CFLAGS) \
40 $(DEBUG_CFLAGS) \ 40 $(DEBUG_CFLAGS) \
41 -I$(top_srcdir)/src 41 -I$(top_srcdir)/src
42 42
43 libmeanwhile_la_SOURCES = $(meanwhile_SOURCES) 43 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES)
44 st = 44 st =
45 noinst_LTLIBRARIES = libmeanwhile.la 45 noinst_LTLIBRARIES = libmeanwhile.la
46 46