diff -r 000000000000 -r 312d6bc514f3 gst-gmyth/mythsrc/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-gmyth/mythsrc/Makefile.am Thu Jun 14 18:19:52 2007 +0100 @@ -0,0 +1,23 @@ +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ + +plugin_LTLIBRARIES = libgstmythtvsrc.la + +libgstmythtvsrc_la_SOURCES = \ + gstmythtvsrc.c + +libgstmythtvsrc_la_CFLAGS = \ + $(GST_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GMYTH_CFLAGS) + +libgstmythtvsrc_la_LDFLAGS = \ + $(GST_PLUGIN_LDFLAGS) + +libgstmythtvsrc_la_LIBADD = \ + $(GST_LIBS) \ + $(GST_BASE_LIBS) \ + $(GMYTH_LIBS) + +noinst_HEADERS = \ + gstmythtvsrc.h +