diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index a76f909..43f811a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,7 +2,8 @@ noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \ test-launch test-sdp test-uri test-auth test-auth-digest \ test-multicast test-multicast2 test-appsrc \ test-video-rtx test-record test-record-auth \ - test-netclock test-netclock-client + test-netclock test-netclock-client \ + test-onvif-backchannel #INCLUDES = -I$(top_srcdir) -I$(srcdir) @@ -28,3 +29,10 @@ test_netclock_client_LDADD = \ $(LDADD) \ $(GST_NET_LIBS) +test_onvif_backchannel_CFLAGS = \ + $(AM_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) +test_onvif_backchannel_LDADD = \ + $(LDADD) \ + $(GST_PLUGINS_BASE_LIBS) -lgstrtsp-1.0 -lgstsdp-1.0 + |