comparison libgaim/protocols/gg/Makefile.am @ 14650:aeff2dd10462

[gaim-migrate @ 17396] Old automake prefers this way of conditionally building the bundled libgadu. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 29 Sep 2006 12:57:29 +0000
parents 1e1bcb4a6d82
children 69590c55c748
comparison
equal deleted inserted replaced
14649:4ee6553079b5 14650:aeff2dd10462
13 lib/pubdir50.c \ 13 lib/pubdir50.c \
14 lib/pubdir.c 14 lib/pubdir.c
15 15
16 pkgdir = $(libdir)/gaim 16 pkgdir = $(libdir)/gaim
17 17
18 GGSOURCES = \
19 gg-utils.h \
20 gg-utils.c \
21 confer.h \
22 confer.c \
23 search.h \
24 search.c \
25 buddylist.h \
26 buddylist.c \
27 gg.h \
28 gg.c
29
30 if USE_INTERNAL_LIBGADU 18 if USE_INTERNAL_LIBGADU
31 GGSOURCES += \ 19 INTGGSOURCES = \
32 lib/common.c \ 20 lib/common.c \
33 lib/compat.h \ 21 lib/compat.h \
34 lib/dcc.c \ 22 lib/dcc.c \
35 lib/events.c \ 23 lib/events.c \
36 lib/http.c \ 24 lib/http.c \
41 lib/pubdir50.c \ 29 lib/pubdir50.c \
42 lib/pubdir.c 30 lib/pubdir.c
43 31
44 INTGG_CFLAGS = -I$(top_srcdir)/libgaim/protocols/gg/lib 32 INTGG_CFLAGS = -I$(top_srcdir)/libgaim/protocols/gg/lib
45 endif 33 endif
34
35 GGSOURCES = \
36 $(INTGGSOURCES) \
37 gg-utils.h \
38 gg-utils.c \
39 confer.h \
40 confer.c \
41 search.h \
42 search.c \
43 buddylist.h \
44 buddylist.c \
45 gg.h \
46 gg.c
46 47
47 AM_CFLAGS = $(st) 48 AM_CFLAGS = $(st)
48 49
49 libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 50 libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
50 51