mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
|
noinst_PROGRAMS = ptp-print-times
|
||
|
|
||
|
ptp_print_times_LDADD = \
|
||
|
$(top_builddir)/libs/gst/net/libgstnet-@GST_API_VERSION@.la \
|
||
|
$(GST_OBJ_LIBS)
|
||
|
ptp_print_times_CFLAGS = $(GST_OBJ_CFLAGS)
|
||
|
|