diff options
-rw-r--r-- | gst/onvif/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/onvif/Makefile.am b/gst/onvif/Makefile.am index 2aa779bf3..8ec94b160 100644 --- a/gst/onvif/Makefile.am +++ b/gst/onvif/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstrtponvif.la libgstrtponvif_la_SOURCES = \ gstrtponvif.c \ gstrtponviftimestamp.c gstrtponviftimestamp.h \ - gstrtponvifparse.c gstonvifparse.h + gstrtponvifparse.c gstrtponvifparse.h libgstrtponvif_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstrtponvif_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ |