File: Makefile.am

package info (click to toggle)
telepathy-farstream 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,756 kB
  • sloc: sh: 11,072; ansic: 9,131; python: 2,875; makefile: 215
file content (21 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS=python

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)