~liuxingcs/+junk/pidgin

« back to all changes in this revision

Viewing changes to pidgin/plugins/gevolution/Makefile.am

  • Committer: liuxing
  • Date: 2013-04-25 11:10:17 UTC
  • Revision ID: liuxingcs@yeah.net-20130425111017-fm4mtfsuvhq0dbqd
pidgin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir = $(libdir)/pidgin
 
2
 
 
3
gevolution_la_LDFLAGS = -module -avoid-version
 
4
 
 
5
if PLUGINS
 
6
 
 
7
plugin_LTLIBRARIES = gevolution.la
 
8
 
 
9
gevolution_la_SOURCES = \
 
10
        add_buddy_dialog.c \
 
11
        assoc-buddy.c \
 
12
        gevolution.c \
 
13
        gevolution.h \
 
14
        gevo-util.c \
 
15
        new_person_dialog.c \
 
16
        eds-utils.c
 
17
 
 
18
gevolution_la_LIBADD = $(EVOLUTION_ADDRESSBOOK_LIBS) $(GTK_LIBS)
 
19
 
 
20
endif
 
21
 
 
22
AM_CPPFLAGS = \
 
23
        -DDATADIR=\"$(datadir)\" \
 
24
        -I$(top_srcdir)/libpurple \
 
25
        -I$(top_builddir)/libpurple \
 
26
        -I$(top_srcdir)/pidgin \
 
27
        $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
 
28
        $(DEBUG_CFLAGS) \
 
29
        $(GTK_CFLAGS)