gstreamer/examples/Makefile.am

15 lines
357 B
Makefile
Raw Normal View History

noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
test-launch test-sdp test-uri test-auth \
2013-08-23 13:15:12 +00:00
test-multicast test-multicast2 test-appsrc
2009-01-08 12:18:55 +00:00
#INCLUDES = -I$(top_srcdir) -I$(srcdir)
2009-01-08 12:18:55 +00:00
AM_CFLAGS = $(GST_OBJ_CFLAGS)
AM_LDFLAGS = $(GST_OBJ_LIBS) $(GIO_LIBS)
if HAVE_LIBCGROUP
noinst_PROGRAMS += test-cgroups
AM_LDFLAGS += $(LIBCGROUP_LIBS)
endif