mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-04 11:14:10 +00:00
distchekc fix
Original commit message from CVS: distchekc fix
This commit is contained in:
parent
517f9d38c1
commit
8b84e06993
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
plugin_LTLIBRARIES = libgsttagediting.la
|
plugin_LTLIBRARIES = libgsttagediting.la
|
||||||
|
|
||||||
libgsttagediting_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
|
libgsttagediting_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
|
||||||
libgsttagediting_la_CFLAGS = $(GST_CFLAGS)
|
libgsttagediting_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||||
libgsttagediting_la_LIBADD = $(GST_LIBS)
|
libgsttagediting_la_LIBADD = $(GST_LIBS)
|
||||||
libgsttagediting_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsttagediting_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue