summaryrefslogtreecommitdiff
path: root/examples/commandline/Makefile.am
blob: d374e674601570bc679d701b6f4332d9856b1def (plain)
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)