summaryrefslogtreecommitdiff
path: root/testsuite/capsnego/Makefile.am
blob: 032061da5936645ff4bf9f47fb3cb58e5883b0ea (plain)
1
2
3
4
5
6
7
8
9
testprogs = converter enum # capsnego converter2

TESTS = $(testprogs)

check_PROGRAMS = $(testprogs)

# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)