comparison gtk/plugins/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 355b07850c07
children abc5706bfade
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
25 $(PERL_DIR) \ 25 $(PERL_DIR) \
26 ticker 26 ticker
27 27
28 plugindir = $(libdir)/gaim 28 plugindir = $(libdir)/gaim
29 29
30 extplacement_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 30 extplacement_la_LDFLAGS = -module -avoid-version
31 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 31 gaimrc_la_LDFLAGS = -module -avoid-version
32 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 32 history_la_LDFLAGS = -module -avoid-version
33 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 33 iconaway_la_LDFLAGS = -module -avoid-version
34 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 34 notify_la_LDFLAGS = -module -avoid-version
35 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 35 relnot_la_LDFLAGS = -module -avoid-version
36 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 36 spellchk_la_LDFLAGS = -module -avoid-version
37 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 37 timestamp_la_LDFLAGS = -module -avoid-version
38 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 38 timestamp_format_la_LDFLAGS = -module -avoid-version
39 39
40 if PLUGINS 40 if PLUGINS
41 41
42 plugin_LTLIBRARIES = \ 42 plugin_LTLIBRARIES = \
43 extplacement.la \ 43 extplacement.la \
58 notify_la_SOURCES = notify.c 58 notify_la_SOURCES = notify.c
59 relnot_la_SOURCES = relnot.c 59 relnot_la_SOURCES = relnot.c
60 spellchk_la_SOURCES = spellchk.c 60 spellchk_la_SOURCES = spellchk.c
61 timestamp_la_SOURCES = timestamp.c 61 timestamp_la_SOURCES = timestamp.c
62 timestamp_format_la_SOURCES = timestamp_format.c 62 timestamp_format_la_SOURCES = timestamp_format.c
63
64 extplacement_la_LIBADD = $(GTK_LIBS)
65 gaimrc_la_LIBADD = $(GTK_LIBS)
66 history_la_LIBADD = $(GTK_LIBS)
67 iconaway_la_LIBADD = $(GTK_LIBS)
68 notify_la_LIBADD = $(GTK_LIBS)
69 relnot_la_LIBADD = $(GLIB_LIBS)
70 spellchk_la_LIBADD = $(GTK_LIBS)
71 timestamp_la_LIBADD = $(GTK_LIBS)
72 timestamp_format_la_LIBADD = $(GTK_LIBS)
63 73
64 endif # PLUGINS 74 endif # PLUGINS
65 75
66 EXTRA_DIST = \ 76 EXTRA_DIST = \
67 Makefile.mingw \ 77 Makefile.mingw \