diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-12-12 00:30:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-12-12 00:30:21 +0000 |
commit | cb5c563b3642eba7aaf170b7ff508e8d0c5f499f (patch) | |
tree | d0cc5f3254295482e9a8dcd013431d23637fad9b /gst/onvif | |
parent | 75b0bac7f8ed9a4f54fb73d4542cce39a9dc4c6c (diff) |
onvif: fix 'make dist'
Diffstat (limited to 'gst/onvif')
-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) \ |