]> git.0d.be Git - empathy.git/blob - launcher/Makefile.am
[darcs-to-svn @ Save/restore window geometry]
[empathy.git] / launcher / Makefile.am
1 INCLUDES =                                              \
2         -I$(top_srcdir)                                 \
3         $(EMPATHY_CFLAGS)                               \
4         $(WARN_CFLAGS)
5
6 bin_PROGRAMS = empathy-launcher
7 empathy_launcher_SOURCES = empathy-launcher.c
8 empathy_launcher_LDADD =                                                        \
9         $(top_builddir)/libempathy/libempathy.la                                \
10         $(EMPATHY_LIBS)
11
12