1.1 --- a/gst-plugins-mythtv/Makefile.am Thu Sep 21 00:05:27 2006 +0100
1.2 +++ b/gst-plugins-mythtv/Makefile.am Tue Apr 17 15:48:40 2007 +0100
1.3 @@ -1,27 +1,3 @@
1.4 -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
1.5 +SUBDIRS = src
1.6
1.7 -plugin_LTLIBRARIES = libgstmythtvsrc.la
1.8 -
1.9 -libgstmythtvsrc_la_SOURCES = \
1.10 - gstmythtvsrc.c \
1.11 - myth_uri.c \
1.12 - myth_file_transfer.c \
1.13 - myth_livetv.c
1.14 -
1.15 -libgstmythtvsrc_la_CFLAGS = \
1.16 - $(GST_CFLAGS) \
1.17 - $(GMYTH_CFLAGS)
1.18 -
1.19 -libgstmythtvsrc_la_LDFLAGS = \
1.20 - $(GST_PLUGIN_LDFLAGS)
1.21 -
1.22 -libgstmythtvsrc_la_LIBADD = \
1.23 - $(GST_BASE_LIBS) \
1.24 - $(GMYTH_LIBS)
1.25 -
1.26 -noinst_HEADERS = \
1.27 - gstmythtvsrc.h \
1.28 - myth_uri.h \
1.29 - myth_file_transfer.h \
1.30 - myth_livetv.h
1.31 -
1.32 +DIST_SUBDIRS = src