comparison console/libgnt/wms/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 70ffa34b4143
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
1 s_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(GNT_LIBS) 1 s_la_LDFLAGS = -module -avoid-version
2 2
3 plugin_LTLIBRARIES = \ 3 plugin_LTLIBRARIES = \
4 s.la 4 s.la
5 5
6 plugindir = $(libdir)/gaim 6 plugindir = $(libdir)/gaim
7 7
8 s_la_SOURCES = s.c 8 s_la_SOURCES = s.c
9 s_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la
9 10
10 EXTRA_DIST = 11 EXTRA_DIST =
11 12
12 AM_CPPFLAGS = \ 13 AM_CPPFLAGS = \
13 -DDATADIR=\"$(datadir)\" \ 14 -DDATADIR=\"$(datadir)\" \