comparison console/plugins/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 ca36763497d9
children 69590c55c748
comparison
equal deleted inserted replaced
14672:cf7e6b705d1a 14673:a2b56d168a88
1 gntgf_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(X11_LIBS) 1 gntgf_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(X11_LIBS) $(GNT_LIBS)
2 gnthistory_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 2 gnthistory_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
3 3
4 if PLUGINS 4 if PLUGINS
5 5
6 plugin_LTLIBRARIES = \ 6 plugin_LTLIBRARIES = \
7 gntgf.la \ 7 gntgf.la \
8 gnthistory.la 8 gnthistory.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 14
15 endif # PLUGINS 15 endif # PLUGINS
16 16
17 EXTRA_DIST = 17 EXTRA_DIST =
18 18