aboutsummaryrefslogtreecommitdiffstats
path: root/contact-list/Makefile.am
blob: de6786368e7c1475573b8a78f7e545ffd3922c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS =                                       \
    -I$(top_srcdir)                             \
    -DPREFIX="\"$(prefix)"\"            \
    -DSYSCONFDIR=\""$(sysconfdir)"\"        \
    -DDATADIR=\""$(datadir)"\"                  \
    -DLIBDIR=\""$(libdir)"\"            \
    $(EMPATHY_CFLAGS)               \
    $(WARN_CFLAGS)

bin_PROGRAMS = empathy-contact-list

empathy_contact_list_SOURCES =                              \
    empathy-contact-list-main.c

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