File: Makefile.am

package info (click to toggle)
farsight2 0.0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,036 kB
  • ctags: 3,526
  • sloc: ansic: 32,361; sh: 10,728; perl: 2,765; python: 1,621; makefile: 767; xml: 671
file content (14 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

noinst_PROGRAMS = simple-call


AM_CFLAGS = \
	-I$(top_srcdir)/gst/fsrtpconference/ \
	$(FS2_INTERNAL_CFLAGS) \
	$(FS2_CFLAGS) \
	$(GST_CFLAGS) \
	$(CFLAGS)

LDADD = \
	$(top_builddir)/gst-libs/gst/farsight/libgstfarsight-0.10.la \
	$(GST_LIBS)