comparison libgaim/protocols/simple/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 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
9 sipmsg.c \ 9 sipmsg.c \
10 sipmsg.h 10 sipmsg.h
11 11
12 AM_CFLAGS = $(st) 12 AM_CFLAGS = $(st)
13 13
14 libsimple_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 14 libsimple_la_LDFLAGS = -module -avoid-version
15 15
16 if STATIC_MSN 16 if STATIC_MSN
17 17
18 st = -DGAIM_STATIC_PRPL 18 st = -DGAIM_STATIC_PRPL
19 noinst_LIBRARIES = libsimple.a 19 noinst_LIBRARIES = libsimple.a
23 else 23 else
24 24
25 st = 25 st =
26 pkg_LTLIBRARIES = libsimple.la 26 pkg_LTLIBRARIES = libsimple.la
27 libsimple_la_SOURCES = $(SIMPLESOURCES) 27 libsimple_la_SOURCES = $(SIMPLESOURCES)
28 libsimple_la_LIBADD = $(GLIB_LIBS)
28 29
29 endif 30 endif
30 31
31 AM_CPPFLAGS = \ 32 AM_CPPFLAGS = \
32 -I$(top_srcdir)/libgaim \ 33 -I$(top_srcdir)/libgaim \