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