]> git.0d.be Git - empathy.git/blob - libempathy-gtk/Makefile.am
EmpathyContactList is now an interface implemented by
[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         empathy-main-window.c                   empathy-main-window.h           \
13         empathy-status-icon.c                   empathy-status-icon.h           \
14         gossip-accounts-dialog.c                gossip-accounts-dialog.h        \
15         gossip-account-widget-generic.c         gossip-account-widget-generic.h \
16         gossip-account-widget-jabber.c          gossip-account-widget-jabber.h  \
17         gossip-profile-chooser.c                gossip-profile-chooser.h        \
18         gossip-cell-renderer-expander.c         gossip-cell-renderer-expander.h \
19         gossip-cell-renderer-text.c             gossip-cell-renderer-text.h     \
20         gossip-spell.c                          gossip-spell.h                  \
21         gossip-contact-groups.c                 gossip-contact-groups.h         \
22         gossip-contact-list.c                   gossip-contact-list.h           \
23         gossip-preferences.c                    gossip-preferences.h            \
24         gossip-theme-manager.c                  gossip-theme-manager.h          \
25         gossip-chat-window.c                    gossip-chat-window.h            \
26         gossip-chat.c                           gossip-chat.h                   \
27         gossip-chat-view.c                      gossip-chat-view.h              \
28         gossip-private-chat.c                   gossip-private-chat.h           \
29         gossip-geometry.c                       gossip-geometry.h               \
30         gossip-status-presets.c                 gossip-status-presets.h         \
31         gossip-presence-chooser.c               gossip-presence-chooser.h       \
32         gossip-about-dialog.c                   gossip-about-dialog.h           \
33         gossip-ui-utils.c                       gossip-ui-utils.h
34
35 libempathy_gtk_la_LIBADD =                              \
36         $(EMPATHY_LIBS)                                 \
37         $(top_builddir)/libempathy/libempathy.la
38
39 libempathy_gtk_includedir = $(includedir)/empathy/
40
41 gladedir = $(datadir)/empathy
42 glade_DATA =                                    \
43         empathy-main-window.glade               \
44         empathy-status-icon.glade               \
45         gossip-preferences.glade                \
46         gossip-presence-chooser.glade           \
47         gossip-accounts-dialog.glade            \
48         gossip-account-widget-jabber.glade      \
49         gossip-chat.glade
50
51 dtddir = $(datadir)/empathy
52 dtd_DATA =                                                                      \
53         gossip-status-presets.dtd                                               \
54         gossip-contact-groups.dtd
55
56
57 EXTRA_DIST =                    \
58         $(glade_DATA)           \
59         $(dtd_DATA)
60