comparison libgaim/protocols/gg/Makefile.am @ 14674:69590c55c748

[gaim-migrate @ 17420] It is more correct to use foo_la_LIBADD to specify libs to link to instead of foo_la_LDFLAGS committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 01 Oct 2006 18:17:49 +0000
parents aeff2dd10462
children
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
45 gg.h \ 45 gg.h \
46 gg.c 46 gg.c
47 47
48 AM_CFLAGS = $(st) 48 AM_CFLAGS = $(st)
49 49
50 libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 50 libgg_la_LDFLAGS = -module -avoid-version
51 51
52 if STATIC_GG 52 if STATIC_GG
53 53
54 st = -DGAIM_STATIC_PRPL $(GADU_CFLAGS) 54 st = -DGAIM_STATIC_PRPL $(GADU_CFLAGS)
55 noinst_LIBRARIES = libgg.a 55 noinst_LIBRARIES = libgg.a
64 st = $(GADU_CFLAGS) 64 st = $(GADU_CFLAGS)
65 pkg_LTLIBRARIES = libgg.la 65 pkg_LTLIBRARIES = libgg.la
66 noinst_LIBRARIES = 66 noinst_LIBRARIES =
67 67
68 libgg_la_SOURCES = $(GGSOURCES) 68 libgg_la_SOURCES = $(GGSOURCES)
69 libgg_la_LIBADD = $(GADU_LIBS) 69 libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS)
70 70
71 endif 71 endif
72 72
73 AM_CPPFLAGS = \ 73 AM_CPPFLAGS = \
74 -I$(top_srcdir)/libgaim \ 74 -I$(top_srcdir)/libgaim \