aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/Makefile.am
blob: b0662539d3852a1f2fb294ded432a540a3de400c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES =                                      \
    -I$(top_srcdir)                             \
    $(EMPATHY_CFLAGS)               \
    $(WARN_CFLAGS)

bin_PROGRAMS = empathy-launcher
empathy_launcher_SOURCES = empathy-launcher.c
empathy_launcher_LDADD =                            \
    $(top_builddir)/libempathy/libempathy.la                \
    $(EMPATHY_LIBS)