comparison console/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 a2b56d168a88
children 04f03667702f
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
1 gntgf_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(X11_LIBS) $(GNT_LIBS) 1 gntgf_la_LDFLAGS = -module -avoid-version
2 gnthistory_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 2 gnthistory_la_LDFLAGS = -module -avoid-version
3 3
4 if PLUGINS 4 if PLUGINS
5 5
6 plugin_LTLIBRARIES = \ 6 plugin_LTLIBRARIES = \
7 gntgf.la \ 7 gntgf.la \
9 9
10 plugindir = $(libdir)/gaim 10 plugindir = $(libdir)/gaim
11 11
12 gntgf_la_SOURCES = gntgf.c 12 gntgf_la_SOURCES = gntgf.c
13 gnthistory_la_SOURCES = gnthistory.c 13 gnthistory_la_SOURCES = gnthistory.c
14
15 gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la
16 gnthistory_la_LIBADD = $(GLIB_LIBS)
14 17
15 endif # PLUGINS 18 endif # PLUGINS
16 19
17 EXTRA_DIST = 20 EXTRA_DIST =
18 21