]> git.0d.be Git - empathy.git/blob - tests/Makefile.am
No need to init gtk, GMainLoop is enough and makes easier to run valgrind.
[empathy.git] / tests / Makefile.am
1 AM_CPPFLAGS =                                           \
2         -I$(top_srcdir)                                 \
3         $(EMPATHY_CFLAGS)                               \
4         $(WARN_CFLAGS)
5
6 LDADD =                                                         \
7         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
8         $(top_builddir)/libempathy/libempathy.la                \
9         $(EMPATHY_LIBS)
10
11 bin_PROGRAMS =                  \
12         contact-manager
13
14 contact_manager_SOURCES = contact-manager.c
15