mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
4c612e655b
Original commit message from CVS: * ext/ivorbis/Makefile.am: Dist header files. Fixes #454078.
12 lines
439 B
Makefile
12 lines
439 B
Makefile
plugin_LTLIBRARIES = libgstivorbis.la
|
|
|
|
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c
|
|
libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \
|
|
$(IVORBISFILE_LIBS) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@
|
|
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = vorbisdec.h vorbisenc.h
|