mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
9c305432a4
Original commit message from CVS: distcheck fixes
9 lines
317 B
Makefile
9 lines
317 B
Makefile
|
|
plugin_LTLIBRARIES = libgstflac.la
|
|
|
|
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c gstflactag.c
|
|
libgstflac_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)
|
|
libgstflac_la_LIBADD = $(FLAC_LIBS)
|
|
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h gstflactag.h
|