]> git.0d.be Git - empathy.git/blob - libempathy-gtk/Makefile.am
Fix warning when selecting all accounts.
[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-store.c             gossip-contact-list-store.h     \
23         gossip-contact-list-view.c              gossip-contact-list-view.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-group-chat.c                     gossip-group-chat.h             \
31         gossip-geometry.c                       gossip-geometry.h               \
32         gossip-status-presets.c                 gossip-status-presets.h         \
33         gossip-presence-chooser.c               gossip-presence-chooser.h       \
34         gossip-about-dialog.c                   gossip-about-dialog.h           \
35         gossip-account-chooser.c                gossip-account-chooser.h        \
36         gossip-new-chatroom-dialog.c            gossip-new-chatroom-dialog.h    \
37         gossip-chatrooms-window.c               gossip-chatrooms-window.h       \
38         gossip-ui-utils.c                       gossip-ui-utils.h
39
40 libempathy_gtk_la_LIBADD =                              \
41         $(EMPATHY_LIBS)                                 \
42         $(top_builddir)/libempathy/libempathy.la
43
44 libempathy_gtk_includedir = $(includedir)/empathy/
45
46 gladedir = $(datadir)/empathy
47 glade_DATA =                                    \
48         empathy-main-window.glade               \
49         empathy-status-icon.glade               \
50         gossip-preferences.glade                \
51         gossip-presence-chooser.glade           \
52         gossip-accounts-dialog.glade            \
53         gossip-account-widget-jabber.glade      \
54         gossip-new-chatroom-dialog.glade        \
55         gossip-group-chat.glade                 \
56         gossip-chatrooms-window.glade           \
57         gossip-chat.glade
58
59 dtddir = $(datadir)/empathy
60 dtd_DATA =                                      \
61         gossip-status-presets.dtd               \
62         gossip-contact-groups.dtd
63
64
65 EXTRA_DIST =                    \
66         $(glade_DATA)           \
67         $(dtd_DATA)
68