comparison libgaim/protocols/qq/Makefile.am @ 14673:a2b56d168a88

[gaim-migrate @ 17419] Link to external libraries where necessary to reduce the number of undefined symbols reported by ldd -r committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 01 Oct 2006 16:33:14 +0000
parents 8ff8f1c897b5
children 69590c55c748
comparison
equal deleted inserted replaced
14672:cf7e6b705d1a 14673:a2b56d168a88
71 file_trans.c \ 71 file_trans.c \
72 file_trans.h 72 file_trans.h
73 73
74 AM_CFLAGS = $(st) 74 AM_CFLAGS = $(st)
75 75
76 libqq_la_LDFLAGS = -module -avoid-version 76 libqq_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
77 77
78 if STATIC_QQ 78 if STATIC_QQ
79 79
80 st = -DGAIM_STATIC_PRPL 80 st = -DGAIM_STATIC_PRPL
81 noinst_LIBRARIES = libqq.a 81 noinst_LIBRARIES = libqq.a