From 1b07bbad866b3b82daec15f0452bb3d4ed832e66 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 12 Jan 2007 19:02:37 +0000 Subject: MythTV client source plugin created. Original commit message from CVS: MythTV client source plugin created. --- ext/mythtv/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/mythtv/Makefile.am (limited to 'ext/mythtv/Makefile.am') diff --git a/ext/mythtv/Makefile.am b/ext/mythtv/Makefile.am new file mode 100644 index 00000000..7813731c --- /dev/null +++ b/ext/mythtv/Makefile.am @@ -0,0 +1,20 @@ + +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 + -- cgit v1.2.1