comparison 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
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
1 plugindir = $(libdir)/gaim 1 plugindir = $(libdir)/gaim
2 2
3 gevolution_la_LDFLAGS = \ 3 gevolution_la_LDFLAGS = -module -avoid-version
4 -module -avoid-version \
5 $(EVOLUTION_ADDRESSBOOK_LIBS) \
6 $(GTK_LIBS)
7 4
8 if PLUGINS 5 if PLUGINS
9 6
10 plugin_LTLIBRARIES = gevolution.la 7 plugin_LTLIBRARIES = gevolution.la
11 8
16 gevolution.h \ 13 gevolution.h \
17 gevo-util.c \ 14 gevo-util.c \
18 new_person_dialog.c \ 15 new_person_dialog.c \
19 eds-utils.c 16 eds-utils.c
20 17
18 gevolution_la_LIBADD = $(EVOLUTION_ADDRESSBOOK_LIBS) $(GTK_LIBS)
19
21 endif 20 endif
22
23 gevolution_la_LIBADD =
24 21
25 AM_CPPFLAGS = \ 22 AM_CPPFLAGS = \
26 -DDATADIR=\"$(datadir)\" \ 23 -DDATADIR=\"$(datadir)\" \
27 -DVERSION=\"$(VERSION)\" \ 24 -DVERSION=\"$(VERSION)\" \
28 -I$(top_srcdir)/libgaim \ 25 -I$(top_srcdir)/libgaim \