aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 16358591d760b3f33e0740171d1f3d81871cc722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS =                       \
    -I$(top_srcdir)                             \
    $(EMPATHY_CFLAGS)               \
    $(WARN_CFLAGS)

LDADD =                             \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
    $(top_builddir)/libempathy/libempathy.la        \
    $(EMPATHY_LIBS)

noinst_PROGRAMS =           \
    contact-manager

contact_manager_SOURCES = contact-manager.c