gstreamer/tests/misc/Makefile.am
Tim-Philipp Müller af5717b364 tests: netclock-replay: fix build with new api export/import
Can't mix/match imports and exports from the same library
here, so just include all .c files needed instead and don't
link to gstnet at all then.

https://bugzilla.gnome.org/show_bug.cgi?id=797185
2018-09-24 08:39:39 +01:00

10 lines
219 B
Makefile

EXTRA_DIST = \
network-clock.scm \
network-clock-utils.scm \
plot-data
noinst_PROGRAMS = netclock-replay
netclock_replay_LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
netclock_replay_CFLAGS = $(GST_OBJ_CFLAGS) $(GIO_CFLAGS)