]> git.0d.be Git - empathy.git/blob - libempathy-gtk/Makefile.am
[darcs-to-svn @ Only one presence per contact]
[empathy.git] / libempathy-gtk / Makefile.am
1 AM_CPPFLAGS =                                           \
2         -I.                                             \
3         -I$(top_srcdir)                                 \
4         -DDATADIR=\""$(datadir)"\"                      \
5         -DLOCALEDIR=\""$(datadir)/locale"\"             \
6         $(EMPATHY_CFLAGS)                               \
7         $(WARN_CFLAGS)
8
9 noinst_LTLIBRARIES = libempathy-gtk.la
10
11 libempathy_gtk_la_SOURCES =                                                     \
12         gossip-accounts-dialog.c                gossip-accounts-dialog.h        \
13         gossip-account-widget-generic.c         gossip-account-widget-generic.h \
14         gossip-profile-chooser.c                gossip-profile-chooser.h        \
15         gossip-cell-renderer-expander.c         gossip-cell-renderer-expander.h \
16         gossip-cell-renderer-text.c             gossip-cell-renderer-text.h     \
17         gossip-stock.c                          gossip-stock.h                  \
18         gossip-spell.c                          gossip-spell.h                  \
19         gossip-contact-groups.c                 gossip-contact-groups.h         \
20         gossip-contact-list.c                   gossip-contact-list.h           \
21         gossip-preferences.c                    gossip-preferences.h            \
22         gossip-theme-manager.c                  gossip-theme-manager.h          \
23         gossip-chat.c                           gossip-chat.h                   \
24         gossip-chat-view.c                      gossip-chat-view.h              \
25         gossip-chat-window.c                    gossip-chat-window.h            \
26         gossip-private-chat.c                   gossip-private-chat.h           \
27         gossip-geometry.c                       gossip-geometry.h               \
28         gossip-status-presets.c                 gossip-status-presets.h         \
29         gossip-presence-chooser.c               gossip-presence-chooser.h       \
30         gossip-ui-utils.c                       gossip-ui-utils.h
31
32 libempathy_gtk_la_LIBADD =                                                      \
33         $(top_builddir)/libempathy/libempathy.la                                \
34         $(EMPATHY_LIBS)
35
36 libempathy_gtk_includedir = $(includedir)/empathy/
37
38 gladedir = $(datadir)/empathy
39 glade_DATA =                            \
40         empathy-accounts.glade          \
41         empathy-chat.glade
42
43 dtddir = $(datadir)/empathy
44 dtd_DATA =                                                                      \
45         gossip-status-presets.dtd                                               \
46         gossip-contact-groups.dtd
47
48 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
49 schemas_in_files = empathy.schemas.in
50 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
51 @INTLTOOL_SCHEMAS_RULE@
52
53 if GCONF_SCHEMAS_INSTALL
54 install-data-local:
55         if test -z "$(DESTDIR)" ; then \
56           for p in $(schemas_DATA) ; do \
57             GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
58           done \
59         fi
60 else
61 install-data-local:
62 endif
63
64 EXTRA_DIST =                    \
65         $(glade_DATA)           \
66         $(dtd_DATA)             \
67         $(schemas_in_files)     \
68         $(schemas_DATA)
69
70 DISTCLEANFILES =                \
71         $(schemas_DATA)
72