]> git.0d.be Git - empathy.git/blob - libempathy-gtk/Makefile.am
Split GossipContactList into two objects: GossipContactListStore
[empathy.git] / libempathy-gtk / Makefile.am
1 AM_CPPFLAGS =                                           \
2         -I.                                             \
3         -I$(top_srcdir)                                 \
4         $(EMPATHY_CFLAGS)                               \
5         $(WARN_CFLAGS)
6
7 noinst_LTLIBRARIES = libempathy-gtk.la
8
9 libempathy_gtk_la_SOURCES =                                                     \
10         ephy-spinner.c                          ephy-spinner.h                  \
11         empathy-images.h                                                        \
12         gossip-contact-list-store.c             gossip-contact-list-store.h     \
13         gossip-contact-list-view.c              gossip-contact-list-view.h      \
14         empathy-main-window.c                   empathy-main-window.h           \
15         empathy-status-icon.c                   empathy-status-icon.h           \
16         gossip-accounts-dialog.c                gossip-accounts-dialog.h        \
17         gossip-account-widget-generic.c         gossip-account-widget-generic.h \
18         gossip-account-widget-jabber.c          gossip-account-widget-jabber.h  \
19         gossip-profile-chooser.c                gossip-profile-chooser.h        \
20         gossip-cell-renderer-expander.c         gossip-cell-renderer-expander.h \
21         gossip-cell-renderer-text.c             gossip-cell-renderer-text.h     \
22         gossip-spell.c                          gossip-spell.h                  \
23         gossip-contact-groups.c                 gossip-contact-groups.h         \
24         gossip-preferences.c                    gossip-preferences.h            \
25         gossip-theme-manager.c                  gossip-theme-manager.h          \
26         gossip-chat-window.c                    gossip-chat-window.h            \
27         gossip-chat.c                           gossip-chat.h                   \
28         gossip-chat-view.c                      gossip-chat-view.h              \
29         gossip-private-chat.c                   gossip-private-chat.h           \
30         gossip-geometry.c                       gossip-geometry.h               \
31         gossip-status-presets.c                 gossip-status-presets.h         \
32         gossip-presence-chooser.c               gossip-presence-chooser.h       \
33         gossip-about-dialog.c                   gossip-about-dialog.h           \
34         gossip-ui-utils.c                       gossip-ui-utils.h
35
36 libempathy_gtk_la_LIBADD =                              \
37         $(EMPATHY_LIBS)                                 \
38         $(top_builddir)/libempathy/libempathy.la
39
40 libempathy_gtk_includedir = $(includedir)/empathy/
41
42 gladedir = $(datadir)/empathy
43 glade_DATA =                                    \
44         empathy-main-window.glade               \
45         empathy-status-icon.glade               \
46         gossip-preferences.glade                \
47         gossip-presence-chooser.glade           \
48         gossip-accounts-dialog.glade            \
49         gossip-account-widget-jabber.glade      \
50         gossip-chat.glade
51
52 dtddir = $(datadir)/empathy
53 dtd_DATA =                                                                      \
54         gossip-status-presets.dtd                                               \
55         gossip-contact-groups.dtd
56
57
58 EXTRA_DIST =                    \
59         $(glade_DATA)           \
60         $(dtd_DATA)
61