mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
af5717b364
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
9 lines
219 B
Makefile
9 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)
|