]> git.0d.be Git - empathy.git/blob - src/Makefile.am
b9c9ca2e844eb22cd19a64157890e2f8a13b1fee
[empathy.git] / src / Makefile.am
1 AM_CPPFLAGS =                                           \
2         -I$(top_srcdir)                                 \
3         -DPREFIX="\"$(prefix)"\"                        \
4         -DSYSCONFDIR=\""$(sysconfdir)"\"                \
5         -DDATADIR=\""$(datadir)"\"                      \
6         -DLIBDIR=\""$(libdir)"\"                        \
7         $(EMPATHY_CFLAGS)                               \
8         $(WARN_CFLAGS)
9
10 bin_PROGRAMS = empathy
11
12 empathy_SOURCES =                                               \
13         empathy-main.c
14
15 empathy_LDADD = \
16         $(top_builddir)/libempathy/libempathy.la                                \
17         $(top_builddir)/libempathy-gtk/libempathy-gtk.la                        \
18         $(EMPATHY_LIBS)
19
20 autostartdir = $(datadir)/gnome/autostart
21 autostart_in_files = empathy.desktop.in
22 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
23 @INTLTOOL_DESKTOP_RULE@