~crisoagf/do-plugins/do-music

« back to all changes in this revision

Viewing changes to Empathy/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2011-02-06 08:01:08 UTC
  • mfrom: (687.1.12 empathy)
  • Revision ID: raof@ubuntu.com-20110206080108-cuzq3femqkmsiagy
Merge the long-sought Empathy plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/build.rules.mk
 
2
 
 
3
ASSEMBLY=Empathy
 
4
 
 
5
FILES = \
 
6
        src/Account.cs \
 
7
        src/AccountManagerQuery.cs \
 
8
        src/Contact.cs \
 
9
        src/EmpathyAccountActions.cs \
 
10
        src/EmpathyAccountItem.cs \
 
11
        src/EmpathyAccountItemSource.cs \
 
12
        src/EmpathyBrowseAccountItem.cs \
 
13
        src/EmpathyBrowseBuddyItem.cs \
 
14
        src/EmpathyBrowseStatusItem.cs \
 
15
        src/EmpathyChatAction.cs \
 
16
        src/EmpathyContactItemSource.cs \
 
17
        src/EmpathyPlugin.cs \
 
18
        src/EmpathySavedStatusItem.cs \
 
19
        src/EmpathySavedStatusItemSource.cs \
 
20
        src/EmpathySetStatusAction.cs \
 
21
        src/EmpathyStatusItem.cs \
 
22
        src/Status.cs
 
23
 
 
24
RESOURCES = \
 
25
        Resources/Empathy.addin.xml
 
26
 
 
27
REFERENCES = \
 
28
        $(DBUS_SHARP_LIBS) \
 
29
        $(DBUS_SHARP_GLIB_LIBS) \
 
30
        $(DO_PLATFORM_LIBS) \
 
31
        $(DO_UNIVERSE_LIBS) \
 
32
        $(MONO_ADDINS_LIBS) \
 
33
        $(TELEPATHY_SHARP_LIBS) \
 
34
        System \
 
35
        System.Core \
 
36
        System.Xml