]> git.0d.be Git - empathy.git/blob - libempathy-gtk/Makefile.am
Make it distcheck
[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         empathy-contact-widget.c                empathy-contact-widget.h        \
16         empathy-contact-dialogs.c               empathy-contact-dialogs.h       \
17         gossip-accounts-dialog.c                gossip-accounts-dialog.h        \
18         gossip-account-widget-generic.c         gossip-account-widget-generic.h \
19         gossip-account-widget-jabber.c          gossip-account-widget-jabber.h  \
20         gossip-profile-chooser.c                gossip-profile-chooser.h        \
21         gossip-cell-renderer-expander.c         gossip-cell-renderer-expander.h \
22         gossip-cell-renderer-text.c             gossip-cell-renderer-text.h     \
23         gossip-spell.c                          gossip-spell.h                  \
24         gossip-contact-groups.c                 gossip-contact-groups.h         \
25         gossip-contact-list-store.c             gossip-contact-list-store.h     \
26         gossip-contact-list-view.c              gossip-contact-list-view.h      \
27         gossip-preferences.c                    gossip-preferences.h            \
28         gossip-theme-manager.c                  gossip-theme-manager.h          \
29         gossip-chat-window.c                    gossip-chat-window.h            \
30         gossip-chat.c                           gossip-chat.h                   \
31         gossip-chat-view.c                      gossip-chat-view.h              \
32         gossip-private-chat.c                   gossip-private-chat.h           \
33         gossip-group-chat.c                     gossip-group-chat.h             \
34         gossip-geometry.c                       gossip-geometry.h               \
35         gossip-status-presets.c                 gossip-status-presets.h         \
36         gossip-presence-chooser.c               gossip-presence-chooser.h       \
37         gossip-about-dialog.c                   gossip-about-dialog.h           \
38         gossip-account-chooser.c                gossip-account-chooser.h        \
39         gossip-new-chatroom-dialog.c            gossip-new-chatroom-dialog.h    \
40         gossip-chatrooms-window.c               gossip-chatrooms-window.h       \
41         gossip-ui-utils.c                       gossip-ui-utils.h
42
43 libempathy_gtk_la_LIBADD =                              \
44         $(EMPATHY_LIBS)                                 \
45         $(top_builddir)/libempathy/libempathy.la
46
47 libempathy_gtk_includedir = $(includedir)/empathy/
48
49 gladedir = $(datadir)/empathy
50 glade_DATA =                                    \
51         empathy-main-window.glade               \
52         empathy-status-icon.glade               \
53         empathy-contact-widget.glade            \
54         empathy-contact-dialogs.glade           \
55         gossip-preferences.glade                \
56         gossip-presence-chooser.glade           \
57         gossip-accounts-dialog.glade            \
58         gossip-account-widget-jabber.glade      \
59         gossip-new-chatroom-dialog.glade        \
60         gossip-group-chat.glade                 \
61         gossip-chatrooms-window.glade           \
62         gossip-chat.glade
63
64 dtddir = $(datadir)/empathy
65 dtd_DATA =                                      \
66         gossip-status-presets.dtd               \
67         gossip-contact-groups.dtd
68
69
70 EXTRA_DIST =                    \
71         $(glade_DATA)           \
72         $(dtd_DATA)
73