element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / tests / misc / Makefile.am
1 EXTRA_DIST = \
2         network-clock.scm \
3         network-clock-utils.scm \
4         plot-data
5
6 noinst_PROGRAMS = netclock-replay
7
8 netclock_replay_LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
9 netclock_replay_CFLAGS = $(GST_OBJ_CFLAGS) $(GIO_CFLAGS)