]> git.0d.be Git - empathy.git/blob - src/Makefile.am
[darcs-to-svn @ Replace the launcher by the main program with tray icon]
[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