mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
distcheck fixes
Original commit message from CVS: distcheck fixes
This commit is contained in:
parent
78f8b4f613
commit
9c305432a4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
plugin_LTLIBRARIES = libgstflac.la
|
||||
|
||||
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c gstflactag.c
|
||||
libgstflac_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstflac_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)
|
||||
libgstflac_la_LIBADD = $(FLAC_LIBS)
|
||||
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue