plugins/gevolution/Makefile.am

branch
gaim
changeset 20470
77693555855f
parent 13071
b98e72d4089a
parent 20469
b2836a24d81e
child 20471
1966704b3e42
equal deleted inserted replaced
13071:b98e72d4089a 20470:77693555855f
1 plugindir = $(libdir)/gaim
2
3 gevolution_la_LDFLAGS = \
4 -module -avoid-version \
5 $(EVOLUTION_ADDRESSBOOK_LIBS) \
6 $(GTK_LIBS)
7
8 if PLUGINS
9
10 plugin_LTLIBRARIES = gevolution.la
11
12 gevolution_la_SOURCES = \
13 add_buddy_dialog.c \
14 assoc-buddy.c \
15 gevolution.c \
16 gevolution.h \
17 gevo-util.c \
18 new_person_dialog.c \
19 eds-utils.c
20
21 endif
22
23 gevolution_la_LIBADD =
24
25 AM_CPPFLAGS = \
26 -DDATADIR=\"$(datadir)\" \
27 -DVERSION=\"$(VERSION)\" \
28 -I$(top_srcdir)/src \
29 $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
30 $(DEBUG_CFLAGS) \
31 $(GTK_CFLAGS)

mercurial