summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: b7e60a733b8f21c721189530b3321ee3c37e0051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_PROGRAMS = call-handler

LDADD =  \
   ../telepathy-farstream/libtelepathy-farstream.la \
   ../extensions/libfuture-extensions.la \
   $(GLIB_LIBS) \
   $(DBUS_LIBS) \
   $(GST_LIBS) \
   $(FARSTREAM_LIBS) \
   $(TELEPATHY_LIBS)

AM_CFLAGS = \
   -I$(top_srcdir) \
   -I$(top_builddir) \
   $(ERROR_CFLAGS) \
   $(GLIB_CFLAGS) \
   $(DBUS_CFLAGS) \
   $(GST_CFLAGS) \
   $(FARSTREAM_CFLAGS) \
   $(TELEPATHY_CFLAGS)