mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
1b07bbad86
Original commit message from CVS: MythTV client source plugin created.
20 lines
313 B
Makefile
20 lines
313 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmythtvsrc.la
|
|
|
|
libgstmythtvsrc_la_SOURCES = \
|
|
gstmythtvsrc.c
|
|
|
|
libgstmythtvsrc_la_CFLAGS = \
|
|
$(GST_CFLAGS) \
|
|
$(GMYTH_CFLAGS)
|
|
|
|
libgstmythtvsrc_la_LDFLAGS = \
|
|
$(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstmythtvsrc_la_LIBADD = \
|
|
$(GST_BASE_LIBS) \
|
|
$(GMYTH_LIBS)
|
|
|
|
noinst_HEADERS = \
|
|
gstmythtvsrc.h
|
|
|