File: Makefile.am

package info (click to toggle)
telepathy-farstream 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,184 kB
  • sloc: sh: 11,106; ansic: 9,464; python: 8,213; makefile: 239
file content (19 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = call-handler

LDADD =  \
   ../telepathy-farstream/libtelepathy-farstream.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)