Mercurial > pidgin.yaz
diff gtk/plugins/gevolution/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 |
line wrap: on
line diff
--- a/gtk/plugins/gevolution/Makefile.am Sun Oct 01 16:33:14 2006 +0000 +++ b/gtk/plugins/gevolution/Makefile.am Sun Oct 01 18:17:49 2006 +0000 @@ -1,9 +1,6 @@ plugindir = $(libdir)/gaim -gevolution_la_LDFLAGS = \ - -module -avoid-version \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(GTK_LIBS) +gevolution_la_LDFLAGS = -module -avoid-version if PLUGINS @@ -18,9 +15,9 @@ new_person_dialog.c \ eds-utils.c -endif +gevolution_la_LIBADD = $(EVOLUTION_ADDRESSBOOK_LIBS) $(GTK_LIBS) -gevolution_la_LIBADD = +endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \